0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 14, 2023 — May 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add a simple test for MC sequence tagging. More... almost 7 years ago
Fix another bug, looks good now. More... almost 7 years ago
Slightly better but still broken. More... almost 7 years ago
Basic redesign for multi-class sequence tagging in place. The current code for getting sequences back from classes does not work yet. More... almost 7 years ago
Bump to next release version. More... almost 7 years ago
Update to new API from the interaction library. More... almost 7 years ago
Bump version in creole.xml. More... almost 7 years ago
Avoid NPE. More... almost 7 years ago
Upgrade to latest trunk version of mallet, 57411b840d58498c60835d24c010123796691c0a from Dec 22. This version is now licensed as Apache 2.0 and also has a few other importantant changes and fixes. More... over 7 years ago
Do not use ivy any more, it causes too many problems. For now we go back to having all the JARs for all dependencies in the lib folder and including that in the distribution. More... over 7 years ago
Make it use the modified commons-cli which also changes the package name so that we avoid problems when we are in a JVM where the standard commons cli library already has been loaded on the boot classpath (e.g. Groovy). More... over 7 years ago
Merge branch 'master' of github.com:GateNLP/gateplugin-LearningFramework More... over 7 years ago
Skip training if an exception was thrown during processing of the documents. More... over 7 years ago
Make the -prune parameter take an explicit boolean parameter so it can actually be set to false (the default is true). More... over 7 years ago
Bump the version number. More... over 7 years ago
Always accumulate the values for ngrams, no matter if we just count or if we got a score from the featurename4value feature. Also, always explicitly replace any value for features which are not ngrams and print a warning message: this should really never happen. More... over 7 years ago
Add comment to document the odd constructor usage. More... over 7 years ago
Add the featurename4value specification to the printed representation. More... over 7 years ago
Bump version. More... over 7 years ago
Fix bug where we used int instead of double to calculate the regression error. More... over 7 years ago
Add a taskdef and target for changing back to using static jars for all dependencies. More... over 7 years ago
Add proper license headers to all relevant files. More... over 7 years ago
Fix a serious bug in the exporters for LibSVM and MatrixMarket2. This used incorrect code copy-pasted from earlier versions which confused indices and locations. More... over 7 years ago
Bump minor version, update interaction library, add testing pipelines for keras. More... over 7 years ago
Make it work with keras. More... over 7 years ago
WIP for making keras wrapper work. More... over 7 years ago
Support the -d/-dense parameter for server based application. More... almost 8 years ago
Hide tensorflow for now, does not work yet. More... almost 8 years ago
Add server mode for regression. More... almost 8 years ago
Engine for using a server for classification should work now. More... almost 8 years ago