public class BohnetHelper extends Object
| Constructor and Description |
|---|
BohnetHelper() |
| Modifier and Type | Method and Description |
|---|---|
static is2.lemmatizer.Lemmatizer |
getLemmatizer(File modelFile) |
static is2.mtag.Tagger |
getMTagger(File modelFile) |
static is2.parser.Parser |
getParser(File modelFile) |
static is2.tag.Tagger |
getTagger(File modelFile) |
public static is2.lemmatizer.Lemmatizer getLemmatizer(File modelFile) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic static is2.tag.Tagger getTagger(File modelFile)
public static is2.mtag.Tagger getMTagger(File modelFile) throws IOException
IOExceptionpublic static is2.parser.Parser getParser(File modelFile)
Copyright © 2016. All rights reserved.