------------------------------------------------------------------------------- -- Tools to deal with the learning file ------------------------------------------------------------------------------- ------------------------------------------------------------------------------- -- Public Interface ------------------------------------------------------------------------------- --- Opens the learning file -- @param configuration tNotaConfiguration the plugin configuration function open_learning(configuration) error("Not yet implemented") end --- Capture a learning entry -- @param configuration tNotaConfiguration the plugin configuration function capture_learning(configuration) error("Not yet implemented") end ------------------------------------------------------------------------------- -- Internal Functions -------------------------------------------------------------------------------