public class EnglishPOSLexicon extends Object
Constructor and Description |
---|
EnglishPOSLexicon() |
Modifier and Type | Method and Description |
---|---|
static PennTreebankPOS[] |
get(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(String word)
Copyright © 2015. All rights reserved.