My favorites | Sign in
Project Home Downloads Wiki Issues Source
Checkout   Browse   Changes    
 

This file is not plain text (only UTF-8 and Latin-1 text encodings are currently supported).

Change log

r6112 by edloper on Jul 10, 2008   Diff
- 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
...
All revisions of this file

File info

Size: 13257 bytes

File properties

svn:mime-type
application/octet-stream
Powered by Google Project Hosting