public class ENEntryFactory extends EntryFactory
A factory creates PosEntry objects
| Modifier and Type | Field and Description |
|---|---|
protected static Map<String,PartOfSpeech> |
posMap |
| Constructor and Description |
|---|
ENEntryFactory() |
| Modifier and Type | Method and Description |
|---|---|
PartOfSpeech |
findPartOfSpeech(String name)
Converts the given string into a part of speech enum type.
|
createEntry, findEntryprotected static final Map<String,PartOfSpeech> posMap
public PartOfSpeech findPartOfSpeech(String name)
EntryFactoryfindPartOfSpeech in class EntryFactoryCopyright © 2011-2016 Ubiquitous Knowledge Processing (UKP) Lab. All Rights Reserved.