public class EnglishPOSLexicon
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static PennTreebankPOS[] |
get(java.lang.String word)
Returns part-of-speech tags for given word, or null if the word does
not exist in the dictionary.
|
public static PennTreebankPOS[] get(java.lang.String word)