CRF
CRF copied to clipboard
CRF is a Java implementation of Conditional Random Fields, an algorithm for learning from labeled sequences of examples. It also includes an implementation of Maximum Entropy learning.
I use both JDK1.7 and JDK1.8 to run the same corpus. But the prediction result is different sometimes. I think it may be the compatibility problem while I'm not sure...
thanks for sharing the code, it helps me a lot. But i want to konw how to repalce the CRF template with i write。
Dear sir, i have tried to execute your source code for my practice. Here, i installed ant and jdk, then ant was run successfully. But, how can i test your...
its very interesting have found your repository, By the way, i still not understand how to running this code, i have seen standford NER CRF, it is same ?? cause...
This pull request extends the command line tool for training and evaluation (iitb.Segment.Segment) by making downcasing of tokens optional. This seems to be a destructive action, because it's done before...