public class APartsOfSpeechFactory
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
APartsOfSpeechFactory.ATree
Adapter (adapts Stanford tree to ITree interface)
|
| Constructor and Description |
|---|
APartsOfSpeechFactory() |
| Modifier and Type | Method and Description |
|---|---|
APartsOfSpeech |
make(AParseTree parseTree)
Make part-of-speech from Stanford parse tree
|
public APartsOfSpeech make(AParseTree parseTree)
parseTree - Stanford parse tree