|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsli.util.nlp.LemmatiserFactory
public class LemmatiserFactory
A factory that returns a lemmatiser.
| Field Summary | |
|---|---|
static String |
DEFAULT_KEY
|
| Constructor Summary | |
|---|---|
LemmatiserFactory()
|
|
| Method Summary | |
|---|---|
static Lemmatiser |
getLemmatiser()
Get the static instance of the default lemmatiser; if none exists, a new one will be created, of the class specified by the default util.nlp.lemmatiser config key |
static Lemmatiser |
getLemmatiser(String key)
Get the static instance of the lemmatiser associated with the given config key OR class name; if none exists, create a new one |
static Lemmatiser |
getNewLemmatiser()
Get a new lemmatiser of the class specified by the default util.nlp.lemmatiser config key |
static Lemmatiser |
getNewLemmatiser(String key)
Get a new lemmatiser of the class specified by the given config keyN OR class name |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String DEFAULT_KEY
| Constructor Detail |
|---|
public LemmatiserFactory()
| Method Detail |
|---|
public static Lemmatiser getLemmatiser()
public static Lemmatiser getLemmatiser(String key)
key - the name of the desired class, or a config key which points at one
public static Lemmatiser getNewLemmatiser()
public static Lemmatiser getNewLemmatiser(String key)
key - the name of the desired class, or a config key which points at one
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||