| Source path: svn/ trunk/ nltk/ nltk/ nltk.jar |
|
This file is not plain text (only UTF-8 and Latin-1 text encodings are currently supported).
Change log
- Added nltk interface to mallet's linear chain CRF implementation (nltk.tag.crf.MalletCRF) - Added some extra fields to CRFInfo file - The crf model is now stored in a single zip file (extension .crf) which contains both crf-model.ser (the serialized mallet crf model) and crf-info.xml (an xml description of the model's structure and its feature detector, used by nltk).
| Go to: |
Sign in to write a code review
Older revisions
r6105
by edloper
on Jul 9, 2008
Diff
Fixed makefile bug that was leaving some .class files out of nltk.jar
r6091
by edloper
on Jul 9, 2008
Diff
- Added 'jar' target to top-level Makefile and to the javasrc/ Makefile, which builds 'nltk.jar' and places it in the nltk/nltk/ directory. Building this ...
File properties
- svn:mime-type
- application/octet-stream