public class FSASynthDictionary extends Object
| Constructor and Description |
|---|
FSASynthDictionary(morfologik.stemming.DictionaryLookup dictLookup) |
| Modifier and Type | Method and Description |
|---|---|
static FSASynthDictionary |
create(InputStream fsaData,
InputStream featuresData) |
static FSASynthDictionary |
create(String path) |
static FSASynthDictionary |
createFromResources(String path) |
static void |
main(String[] args) |
List<PairWordPOSTag> |
synthesize(String lemma) |
public FSASynthDictionary(morfologik.stemming.DictionaryLookup dictLookup)
public List<PairWordPOSTag> synthesize(String lemma)
public static FSASynthDictionary create(String path) throws IllegalArgumentException, IOException
IllegalArgumentExceptionIOExceptionpublic static FSASynthDictionary createFromResources(String path) throws IllegalArgumentException, IOException
IllegalArgumentExceptionIOExceptionpublic static FSASynthDictionary create(InputStream fsaData, InputStream featuresData) throws IllegalArgumentException, IOException
IllegalArgumentExceptionIOExceptionpublic static void main(String[] args) throws IllegalArgumentException, IOException
IllegalArgumentExceptionIOExceptionCopyright © 2012–2017 CoGrOO. All rights reserved.