Package | Description |
---|---|
edu.illinois.cs.cogcomp.edison.features.helpers | |
edu.illinois.cs.cogcomp.edison.sentences |
Modifier and Type | Method and Description |
---|---|
static edu.illinois.cs.cogcomp.core.datastructures.trees.Tree<String> |
ParseHelper.getParseTree(String parseViewName,
Sentence s)
Get the parse tree of a sentence.
|
Modifier and Type | Field and Description |
---|---|
protected List<Sentence> |
TextAnnotation.sentences
The list of sentences contained in this text
|
static Comparator<Sentence> |
TextAnnotationUtilities.sentenceStartComparator |
Modifier and Type | Method and Description |
---|---|
Sentence |
TextAnnotation.getSentence(int sentenceId) |
Sentence |
TextAnnotation.getSentenceFromToken(int tokenId)
Gets the sentence containing the specified token
|
Modifier and Type | Method and Description |
---|---|
List<Sentence> |
TextAnnotation.getSentenceFromTokens(Set<Integer> tokens) |
List<Sentence> |
TextAnnotation.sentences() |
Modifier and Type | Method and Description |
---|---|
Constituent |
TreeView.getRootConstituent(Sentence sentence)
Gets the root constituent of the tree for the given sentence
|
Constituent |
TreeView.getTreeRoot(Sentence s)
Get the root constituent of the tree that covers a sentence
|
Copyright © 2015. All rights reserved.