0
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Mar 24, 2025 — Mar 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 10 years ago
adding empty directory "models" (using a gitignore that ignores everything except itself) new file: models/.gitignore More... over 11 years ago
Merge branch 'input-dir' More... over 11 years ago
scripts and configs new file: configs/hunchunk_eng.cfg new file: configs/hunchunk_w_lemma.cfg new file: scripts/mark_errors.py new file: scripts/print_bracketing.py More... over 11 years ago
Update README.md More... almost 12 years ago
Update README.md More... almost 12 years ago
Update README.md More... almost 12 years ago
Update README.md More... almost 12 years ago
Merge pull request #6 from gabor-recski/patch-1 More... almost 12 years ago
Update README.md More... almost 12 years ago
Rename README to README.md More... almost 12 years ago
Update README More... almost 12 years ago
Merge pull request #5 from recski/input-dir More... about 12 years ago
added feature that allows to process all file in a directory while loading the models only once also made the three source files conform strictly to PEP8 (via flakes8) modified: huntag.py modified: tagger.py modified: tools.py More... about 12 years ago
the previous commit had a bug, this fixes it modified: tools.py More... over 12 years ago
added support for comment lines in input. TSV files passed to huntag may now have lines starting with """ before each sentence. These will be disregarded when training and included in the output whenn tagging. modified: huntag.py modified: tagger.py modified: tools.py modified: trainer.py More... over 12 years ago
added description of how to patch liblinear More... almost 13 years ago
patch for liblinear python bindings to enable ctypes (necessary, see README)[B new file: liblinear.patch More... almost 13 years ago
bugfix: if tagging is invoked with -i option, huntag will no longer look fo a config file modified: huntag.py More... about 13 years ago
trainer.getEvents didn't write tags to outFeatFiles (making them useless). Now it does. modified: trainer.py More... about 13 years ago
new file: conll2bie1.py More... about 13 years ago
the -i option is now available when tagging, i.e. features can be supplied directly to the tagger (output is then a single column of tags) For this purpose, the outFeatFile created before training contains empty lines between sentences. More... about 13 years ago
huntag now allows training from a feature file (e.g. one saved using the -f command). To ensure identical output on each run, the feature list of each token is sorted before the conversion to integers. modified: huntag.py modified: trainer.py More... about 13 years ago
got rid of all import * expressions More... over 13 years ago
some leftover tabs changed to spaces More... over 13 years ago
feature_select is Kata's set of tools which I slightly modified and use to get top feature weights The code needs review More... over 13 years ago
trainer.writeFeats is now compatible with the new way we store contexts small change to the way output is printed, this makes the langtools wrapper work, we don't know why More... over 13 years ago
deleted by accident, needed for command-line use of eval.py More... over 13 years ago
fixed bug More... over 13 years ago
an ugly hack to make evalInput compatible with sentenceIterator output More... over 13 years ago