Package | Description |
---|---|
grammarscope.artifacts | |
grammarscope.document | |
grammarscope.glue | |
grammarscope.iface | |
grammarscope.io.xml | |
grammarscope.server |
Modifier and Type | Method and Description |
---|---|
APartsOfSpeech |
AbstractDocumentFactory.getPoses(int sentenceIdx) |
APartsOfSpeech |
APartsOfSpeechFactory.make(AParseTree parseTree)
Make part-of-speech from Stanford parse tree
|
Modifier and Type | Field and Description |
---|---|
private Document.MapCache<java.lang.Integer,APartsOfSpeech> |
Document.poses
Parts-of-speech cache
|
Modifier and Type | Method and Description |
---|---|
APartsOfSpeech |
Document.getPoses(int sentenceIdx) |
Modifier and Type | Method and Description |
---|---|
APartsOfSpeech |
AbstractDocumentFactory.getPoses(int sentenceIdx) |
APartsOfSpeech |
APartsOfSpeechFactory.make(java.util.List<Token> tokens)
Make part-of-speech from Stanford parse tree
|
APartsOfSpeech |
APartsOfSpeechFactory.make(edu.stanford.nlp.trees.Tree tree)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
APartsOfSpeech |
IDocumentFactoryService.getPoses(int sentenceIdx)
Get parts-of-speech artifact
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.Integer,APartsOfSpeech> |
XMLDocument.poses
Parts-of-speech
|
Modifier and Type | Method and Description |
---|---|
APartsOfSpeech |
XMLDocumentFactory.getPoses(int sentenceIdx) |
Modifier and Type | Method and Description |
---|---|
private static java.util.Map<java.lang.Integer,APartsOfSpeech> |
XMLDocument.makePoses(java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,Token>> tokens)
Gather Part-Of-Speech data
|
Modifier and Type | Method and Description |
---|---|
APartsOfSpeech |
NullDocumentFactory.getPoses(int sentenceIdx) |