0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 09, 2023 — Jun 09, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bump the version. More... about 8 years ago
Change things so that if the same set is specified as input and output annotation set for application, then existing annotations are modified, otherwise new annotations are created. NOTE: this is different from what we had previously, where an empty output set parameter meant to overwrite the existing annotations. More... about 8 years ago
Keep the directory for testing the CRF around. More... about 8 years ago
Unit tests work now. More... about 8 years ago
First working version of exporting ARFF the new way. More... about 8 years ago
Make unit tests work. Hoever, had to chance the values for the Mallet Seq evaluation. This needs investigating. More... about 8 years ago
New way to generate the ML feature names, unit tests need to get adapted. More... about 8 years ago
Some refactoring to group all exporting code. Also start working on a better way to map between attributes and ml features. More... about 8 years ago
More work on the attributes list and the weka export. The mapping between mallet feature name and original attribute specification does not work properly any more, need to work on that. More... about 8 years ago
Start working on our own Weka export code, directly from the Mallet representation. More... about 8 years ago
Working towards the new version of the exporting mechanism. More... about 8 years ago
Completely remove Weka, add file with information about the libraries we depend on and their licenses. More... about 8 years ago
Some deactivated debug print statements and a toString method. More... about 8 years ago
To check if the dataDirectoryUrl has changed do an actual comparison instead of just checking if the parameter was set, since the parametrized pipeline code will set it to the same configured value on every run. More... about 8 years ago
Merge branch 'master' of github.com:GateNLP/gateplugin-LearningFramework More... about 8 years ago
Fix wrong check for output annotation set. More... about 8 years ago
Oops, wrong test. More... about 8 years ago
Add exporter that is a shortcut to saving LibSVM format using the Weka library. Also add better checking for parameters to our own LibSVM exporter. More... about 8 years ago
Merge branch 'master' of github.com:GateNLP/gateplugin-LearningFramework More... about 8 years ago
Only re-load a model for another controller execution if the relevant parameters have changed. More... about 8 years ago
Tweak. More... about 8 years ago
Merge branch 'master' of https://github.com/GateNLP/gateplugin-LearningFramework More... about 8 years ago
Put pointer to the wiki for documentation. More... about 8 years ago
Remove the referencet to the mallet jar in lib-static which has now been replaced by the maven articact. More... about 8 years ago
Mallet is now available from the Maven repository, slightly more recent version too. More... about 8 years ago
Bump version for the 2.1 release. More... about 8 years ago
Implement exporting in "mallet format". This essentially just creates a binary Java serialization of the InstanceList object. More... about 8 years ago
Fix #24. More... about 8 years ago
Start working on issue24 More... about 8 years ago
Add template for the build.properties file. Also ignore the actual build.properties file if it is there. More... about 8 years ago