|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Sentence in edu.washington.cs.knowitall |
|---|
| Fields in edu.washington.cs.knowitall declared as Sentence | |
|---|---|
Sentence |
Token.sentence
|
| Methods in edu.washington.cs.knowitall that return Sentence | |
|---|---|
static Sentence |
Sentence.fromXmlElement(org.jdom.Element e)
|
| Methods in edu.washington.cs.knowitall that return types with arguments of type Sentence | |
|---|---|
static List<Sentence> |
Sentence.fromDocument(org.jdom.Document document)
Deserialize sentence from an XML document. |
| Method parameters in edu.washington.cs.knowitall with type arguments of type Sentence | |
|---|---|
static Iterable<RelationExtraction> |
Sentence.extractions(Iterable<Sentence> sentences)
|
| Constructors in edu.washington.cs.knowitall with parameters of type Sentence | |
|---|---|
Token(Sentence sentence,
int index)
|
|
| Uses of Sentence in edu.washington.cs.knowitall.extraction |
|---|
| Methods in edu.washington.cs.knowitall.extraction that return Sentence | |
|---|---|
Sentence |
Extraction.getSentence()
|
Sentence |
RelationExtraction.getSource()
|
| Methods in edu.washington.cs.knowitall.extraction with parameters of type Sentence | |
|---|---|
static ArgumentExtraction |
ArgumentExtraction.fromXmlElement(org.jdom.Element e,
Sentence sentence)
|
static PredicateExtraction |
PredicateExtraction.fromXmlElement(org.jdom.Element e,
Sentence sentence)
|
static RelationExtraction |
RelationExtraction.fromXmlElement(org.jdom.Element e,
Sentence sentence)
|
| Constructors in edu.washington.cs.knowitall.extraction with parameters of type Sentence | |
|---|---|
ArgumentExtraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range)
|
|
ArgumentExtraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range,
String string)
|
|
Extraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range)
|
|
Extraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range,
String string)
|
|
PredicateExtraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range)
|
|
PredicateExtraction(Sentence sent,
edu.washington.cs.knowitall.commonlib.Range range,
String string)
|
|
RelationExtraction(Sentence source,
edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction extraction)
|
|
RelationExtraction(Sentence source,
edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction extraction,
String predString,
String arg1String,
String arg2String)
|
|
RelationExtraction(Sentence source,
Long id,
PredicateExtraction predicate,
ArgumentExtraction argument1,
ArgumentExtraction argument2)
|
|
RelationExtraction(Sentence source,
PredicateExtraction predicate,
ArgumentExtraction argument1,
ArgumentExtraction argument2)
|
|
| Uses of Sentence in edu.washington.cs.knowitall.extractor |
|---|
| Methods in edu.washington.cs.knowitall.extractor with parameters of type Sentence | |
|---|---|
abstract edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction |
ExtractionBuilder.build(Sentence source,
edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
|
protected edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction |
RelationalNounExtractor.AppositiveExtractor.buildExtraction(Sentence source,
edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
|
protected edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction |
RelationalNounExtractor.AdjectiveDescriptorExtractor.buildExtraction(Sentence source,
edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
|
protected edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction |
RelationalNounExtractor.PossessiveExtractor.buildExtraction(Sentence source,
edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
|
protected edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction |
RelationalNounExtractor.PossessiveCommaExtractor.buildExtraction(Sentence source,
edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
|
protected edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction |
RelationalNounExtractor.PossessiveReverseExtractor.buildExtraction(Sentence source,
edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
|
protected NestedExtraction |
NestedExtractor.buildExtraction(Sentence source,
edu.washington.cs.knowitall.commonlib.regex.Match<Token> match)
|
protected List<edu.washington.cs.knowitall.nlp.extraction.ChunkedBinaryExtraction> |
RelationalNounExtractor.extractCandidates(Sentence source)
|
| Uses of Sentence in edu.washington.cs.knowitall.rule |
|---|
| Fields in edu.washington.cs.knowitall.rule declared as Sentence | |
|---|---|
Sentence |
Annotation.sentence
|
Sentence |
AnnotatedSentence.sentence
|
| Methods in edu.washington.cs.knowitall.rule that return Sentence | |
|---|---|
static Sentence |
Annotation.findSentence(Collection<Sentence> sentences,
String sentenceText)
Find the sentence with text equal to sentenceText. |
static Sentence |
Annotation.findSentence(List<Sentence> sentences,
long sentenceId)
Find the sentence with id equal to sentenceId. |
| Methods in edu.washington.cs.knowitall.rule that return types with arguments of type Sentence | |
|---|---|
static Iterable<Sentence> |
AnnotatedSentence.sentences(Iterable<AnnotatedSentence> annotateds)
|
| Methods in edu.washington.cs.knowitall.rule with parameters of type Sentence | |
|---|---|
static Annotation |
Annotation.fromXmlElement(Sentence sentence,
org.jdom.Element e)
|
| Method parameters in edu.washington.cs.knowitall.rule with type arguments of type Sentence | |
|---|---|
static List<AnnotatedSentence> |
AnnotatedSentence.build(Collection<Sentence> sentences,
Collection<Annotation> annotations)
|
static Sentence |
Annotation.findSentence(Collection<Sentence> sentences,
String sentenceText)
Find the sentence with text equal to sentenceText. |
static Sentence |
Annotation.findSentence(List<Sentence> sentences,
long sentenceId)
Find the sentence with id equal to sentenceId. |
static List<AnnotatedSentence> |
AnnotatedSentence.fromFile(File file,
Collection<Sentence> sentences)
|
void |
Rule.test(com.google.common.collect.Multimap<Sentence,Annotation> annotationMap)
|
| Constructors in edu.washington.cs.knowitall.rule with parameters of type Sentence | |
|---|---|
AnnotatedSentence(Sentence sentence,
List<Annotation> annotations)
|
|
Annotation(Sentence sentence,
boolean positive,
OntologicalRelation relation)
|
|
| Uses of Sentence in edu.washington.cs.knowitall.type.tag |
|---|
| Methods in edu.washington.cs.knowitall.type.tag with parameters of type Sentence | |
|---|---|
Type |
Tagger.createType(Sentence sentence,
edu.washington.cs.knowitall.commonlib.Range range)
|
protected void |
RegexTagger.findTags(List<Type> tags,
Sentence sentence,
List<String> tokens,
Pattern[] pattern)
|
protected void |
KeywordTagger.findTags(List<Type> tags,
Sentence sentence,
List<String> tokens,
String[] keyword)
|
List<Type> |
CaseInsensitiveNpChunkTagger.findTags(Sentence sentence)
|
abstract List<Type> |
Tagger.findTags(Sentence sentence)
|
List<Type> |
CaseInsensitiveNpHeadwordTagger.findTags(Sentence sentence)
|
List<Type> |
RegexTagger.findTags(Sentence sentence)
|
List<Type> |
KeywordTagger.findTags(Sentence sentence)
|
List<Type> |
PatternTagger.findTags(Sentence sentence)
|
List<Type> |
NormalizedNpHeadwordTagger.findTags(Sentence sentence)
|
List<Type> |
NormalizedNpChunkTagger.findTags(Sentence sentence)
|
List<Type> |
OpenNLPNamedEntityTagger.findTags(Sentence sentence)
|
List<Type> |
StanfordNamedEntityTagger.findTags(Sentence sentence)
|
protected List<Type> |
RegexTagger.findTags(Sentence sentence,
List<String> tokens)
|
protected List<Type> |
KeywordTagger.findTags(Sentence sentence,
List<String> tokens)
|
protected List<Type> |
PatternTagger.findTags(Sentence sentence,
List<String> tokens)
|
protected List<Type> |
NormalizedKeywordTagger.findTags(Sentence sentence,
List<String> tokens)
|
protected List<Type> |
CaseInsensitiveKeywordTagger.findTags(Sentence sentence,
List<String> tokens)
|
void |
Tagger.tag(Sentence sentence)
Attempt to tag the specified sentence with all matching types. |
void |
TaggerCollection.tag(Sentence sentence)
|
void |
Tagger.tag(Sentence sentence,
Type tag)
Attempt to tag the specified sentence with the specified tag. |
static List<Type> |
AfterTaggers.tagChunks(List<Type> initialTags,
Sentence sentence)
|
static List<Type> |
AfterTaggers.tagHeadword(List<Type> initialTags,
Sentence sentence)
|
static Type |
AfterTaggers.tagHeadword(Type tag,
Sentence sentence)
|
| Uses of Sentence in edu.washington.cs.knowitall.type.tag.constraint |
|---|
| Methods in edu.washington.cs.knowitall.type.tag.constraint with parameters of type Sentence | |
|---|---|
boolean |
VerbPhraseConstraint.apply(Sentence sentence,
Type tag)
|
boolean |
CommonNounConstraint.apply(Sentence sentence,
Type tag)
|
abstract boolean |
Constraint.apply(Sentence sentence,
Type tag)
|
boolean |
NounPhraseConstraint.apply(Sentence sentence,
Type tag)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||