
org.maltparserx.package.html Maven / Gradle / Ivy
The newest version!
Is the parent package of the entire MaltParser and contains the application class and a console engine of MaltParser.
SISTA: This is based on version 1.7.2 but it was modified for a better integration with our code:
- The code was changed to work with liblinear 1.94 instead of 1.8.
- We changed the top package name to org.maltparserx to avoid collisions with the vanilla malt (this involved changes to Strings in *.java and appdata/, where classes were loaded by reflection).
- Made the code thread safe by creating a different OptionManager per thread and a few other small changes. Grep for "sista" to see changes in code.
- Modified ConfigurationDir so malt can load model files from a jar in the classpath (which happens for most users).
© 2015 - 2025 Weber Informatics LLC | Privacy Policy