2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected over 1 year ago.
Jan 28, 2023 — Jan 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Clean up code more WRT coding conventions and remove redundant casts reported by Eclipse. More... over 19 years ago
Add serialVersionUID. More... over 19 years ago
Complete preliminary implementation of the Layer class and its use in NeuralNetwork. More... over 19 years ago
Advance implementation of Layer and its use in NeuralNetwork. More... over 19 years ago
Complete preliminary code and comments review for NeuralNetwork and Neuron for naming conventions and stuff. Begin implementation of the Layer class and use of it in NeuralNetwork. More... over 19 years ago
This completes preliminary code and comments review of the marf.nlp.Parsing package. More... over 19 years ago
Complete preliminary code and comments review as well as refactoring of the TokenType and TokenSubType classes. Make corresponding changes in the call sites of these classes. More... over 19 years ago
Correct a problem where the sbDumpLog variable was never actually used making the "--nolog" option useless. More... over 19 years ago
Complete a preliminary review and planned enhancements of the ZipfLaw application for the upcoming release. Only complete training corpora and bundling of the results and trainign data are required to do. Add the "--list" option to enable the application to reload previously collected dictionary and its stats and display them. Improve error handling. Make sure we get our dictionaries per corpora per options set to avoid poisoning of dictionaries for possibly totally different topics or languages of the original corpora. Rewrite testing.sh in bash and allow either one time run if any options are specified to the shell script or all option combination for testing. Make sure Makefile cleans up .log and .csv files. More... over 19 years ago
Make use of StringBuffer. More... over 19 years ago
Format after the recent patch. More... over 19 years ago
add toString(), equals(Object poStatisticalObject), hashcode() methods More... over 19 years ago
Complete preliminary code and comments review. More... over 19 years ago
Complete code and comments review of SymTabEntry. Make relevant adjustments in SymbolTable and VarSymTabEntry so the code still compiles. More... over 19 years ago
change some comments and variable names accordint to name conventions. More... over 19 years ago
Commit preliminary code review for NLP apps prior release. More... over 19 years ago
Consistently space out copyright years. More... over 19 years ago
Consistently space out copyright years. More... over 19 years ago
Consistently space out copyright years. More... over 19 years ago
Complete preliminary code and comments updates for the error hiearchy of marf.nlp.Parsing. The code was cleaned up to remove a string error message member as we already have one up the hierarchy. Update references appropriately. More... over 19 years ago
Begin detailed code clean up of SyntaxError. More... over 19 years ago
Complete preliminary code and comments review for the marf.Stats.StatisticalEstimators.Smoothing package. More... over 19 years ago
Comment out unused variable. More... over 19 years ago
Complete preliminary code and comments review for the marf.Stats.StatisticalEstimators package. The Smoothing sub-package is yet to do. More... over 19 years ago
Remove redundant import. More... over 19 years ago
Most notably, enable assertions. More... over 19 years ago
Clear out javadoc warnings and make versioning more precise. More... over 19 years ago
Update the use of the new Version class. More... over 19 years ago
Implement option handling with OptionProcessor. Add application versioning. Update the storage filename to contain the correct class name plus options in the .gzbin format. Update usage information accordingly. Add trained dictionaries to the distro build. Extract building of the .jar file in a separate target. Add assertion checks when running the app with Makefile or testing.sh. More... over 19 years ago
Extract Version class into its own file as this seems to be a cleaner implementation of versioning anyway. Update comments of the class an relevant places. Update corresponding references to it, inventory, and the Makefile. More... over 19 years ago