|
Notes:
This solves problems in which the parser was running out of memory for medium length sentences. The ruby_stanford_parser.yaml configuration file now enables the user to pass arbitrary arguments to the JVM during initialization, including memory parameters. The JVM now also has a default memory setting which is more appropriate for parsing tasks.
Changes:
Read Java VM arguments from the configuration file.
Add Word class
|