tre-1 / tools /maltparser-1.9.2 /src /org /maltparser /parser /AlgoritmInterface.java
rain1024's picture
update
6f3ebfa
package org.maltparser.parser;
public interface AlgoritmInterface {
public ParserRegistry getParserRegistry();
public ParserConfiguration getCurrentParserConfiguration();
public DependencyParserConfig getManager();
}