0
I Use This!
Inactive

Commits : Listings

Analyzed about 20 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove mistakenly stored merge-conflict markup. More... over 6 years ago
Renamed directory 'test' to 'examples' to exclude it from Github's language detection. More... over 7 years ago
(merge from branch 'sebastian') More... over 7 years ago
Add tutorial about model development with class-stub code files. More... over 7 years ago
Usage doc: Point to internal PT filtering. More... over 7 years ago
(merge from branch 'sebastian') More... over 7 years ago
CountingFeatureFunction: Remove obsolete, confusingly un-implemented, method declarations create...(). More... over 7 years ago
(merge from branch 'sebastian') More... over 7 years ago
Outsource Counters into their own header file, include from CountingFeatureFunction (whose file now is called that as it contains exactly that one class), Sentence{Length,Parity}Model. Some related cleanup. More... over 7 years ago
OvixModel: Clean up: Remove obsolete WordCounter def, includes; put include list into standard order. More... over 7 years ago
(merge from branch 'sebastian') More... over 7 years ago
Models: Go back to using 'Model' as the template variable in all templated *class* declarations to aid in understanding what they are about ('M' continues further down in the free-standing method definitions). More... over 7 years ago
(merge from branch 'sebastian') More... over 7 years ago
Models: Consistently skip FeatureFunction:: prefix to State[Modifications] type uses in FeatureFunction & child class declarations. Some reformatting of spaghetti lines. More... over 7 years ago
mteval-moses.sh: FIX status handling. More... over 7 years ago
(merge from branch 'sebastian') More... over 7 years ago
Usage doc: Point to the scripts' usage-help options. More... over 7 years ago
(merge from branch 'sebastian') More... over 7 years ago
Fix few doc typos, and mark out the part of FeatureFunction.h that constitutes the FF API. More... over 7 years ago
(merge from branch 'sebastian') More... over 7 years ago
Move PhraseTable to src/models/ together with the other Feature Functions. Some minor formatting changes. More... over 7 years ago
Minor stylistic change. More... over 7 years ago
Reformat, complement list of ideas. More... over 7 years ago
Refactoring: Split out GeometricDistortionModel, CountingFeatureFunction + auxilliaries, SentenceLengthModel from FeatureFunction.cpp. More... over 7 years ago
Refactor PhraseTable: Combine raw factors splitting and initialisation of Annotation Phrases in changed getFactors(); outsource Word Alignment initialisation. More... over 7 years ago
mteval-insert-segs.pl: Improve usage text. Minor code reformatting. More... over 7 years ago
mteval2txt.pl, txt2mteval.pl: Correctly handle choices to output to STDOUT. More... over 7 years ago
Don't hardcode system bash. More... over 7 years ago
Build doc: Correct typo, clarify a troubleshooting instruction. More... over 7 years ago
Usage doc: Include 'mteval-moses.sh', refer to it for preparation of raw translations. More... over 7 years ago