
third_party.org.chokkan.crfsuite.hpp.README.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jcrfsuite Show documentation
Show all versions of jcrfsuite Show documentation
Jcrfsuite is a Java interface for crfsuite, a fast implementation of Conditional Random Fields,
using SWIG and class injection technique
This folder contains notes about the hacks made into the original crfsuite.hpp.
CHANGE LOG
1) Printing training process in Trainer::message(...) which is left empty
void Trainer::message(const std::string& msg)
{
std::cout << msg << std::flush;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy