openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
H
HunTag
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
2 days
ago. based on code collected
2 days
ago.
Mar 24, 2025 — Mar 24, 2026
Showing page 1 of 3
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Update README.md
Gábor Recski
More...
about 10 years ago
adding empty directory "models" (using a gitignore that ignores everything except itself) new file: models/.gitignore
Gabor Recski
More...
over 11 years ago
Merge branch 'input-dir'
Gabor Recski
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
Gabor Recski
More...
over 11 years ago
Update README.md
Gábor Recski
More...
almost 12 years ago
Update README.md
Gábor Recski
More...
almost 12 years ago
Update README.md
Gábor Recski
More...
almost 12 years ago
Update README.md
Gábor Recski
More...
almost 12 years ago
Merge pull request #6 from gabor-recski/patch-1
Gábor Recski
More...
almost 12 years ago
Update README.md
Gabor Recski
More...
almost 12 years ago
Rename README to README.md
Gabor Recski
More...
almost 12 years ago
Update README
Gabor Recski
More...
almost 12 years ago
Merge pull request #5 from recski/input-dir
Attila Zséder
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
Gabor Recski
More...
about 12 years ago
the previous commit had a bug, this fixes it modified: tools.py
Gabor Recski
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
Gabor Recski
More...
over 12 years ago
added description of how to patch liblinear
Gabor Recski
More...
almost 13 years ago
patch for liblinear python bindings to enable ctypes (necessary, see README)[B new file: liblinear.patch
Gabor Recski
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
Gabor Recski
More...
about 13 years ago
trainer.getEvents didn't write tags to outFeatFiles (making them useless). Now it does. modified: trainer.py
Gabor Recski
More...
about 13 years ago
new file: conll2bie1.py
Gabor Recski
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.
Gabor Recski
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
Gabor Recski
More...
about 13 years ago
got rid of all import * expressions
Gabor Recski
More...
over 13 years ago
some leftover tabs changed to spaces
Gabor Recski
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
Gabor Recski
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
Gabor Recski
More...
over 13 years ago
deleted by accident, needed for command-line use of eval.py
Gabor Recski
More...
over 13 years ago
fixed bug
pajkossy
More...
over 13 years ago
an ugly hack to make evalInput compatible with sentenceIterator output
Gabor Recski
More...
over 13 years ago
←
1
2
3
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree