org.cogroo.dictionary.impl
Class FSASynthDictionary

java.lang.Object
  extended by org.cogroo.dictionary.impl.FSASynthDictionary

public class FSASynthDictionary
extends Object


Constructor Summary
FSASynthDictionary(morfologik.stemming.DictionaryLookup dictLookup)
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FSASynthDictionary

public FSASynthDictionary(morfologik.stemming.DictionaryLookup dictLookup)
Method Detail

synthesize

public List<PairWordPOSTag> synthesize(String lemma)

create

public static FSASynthDictionary create(String path)
                                 throws IllegalArgumentException,
                                        IOException
Throws:
IllegalArgumentException
IOException

createFromResources

public static FSASynthDictionary createFromResources(String path)
                                              throws IllegalArgumentException,
                                                     IOException
Throws:
IllegalArgumentException
IOException

create

public static FSASynthDictionary create(InputStream fsaData,
                                        InputStream featuresData)
                                 throws IllegalArgumentException,
                                        IOException
Throws:
IllegalArgumentException
IOException

main

public static void main(String[] args)
                 throws IllegalArgumentException,
                        IOException
Throws:
IllegalArgumentException
IOException


Copyright © 2012-2013 CoGrOO. All Rights Reserved.