Uses of Interface
edu.washington.cs.knowitall.XmlSerializable

Packages that use XmlSerializable
edu.washington.cs.knowitall   
edu.washington.cs.knowitall.extraction   
edu.washington.cs.knowitall.type   
edu.washington.cs.knowitall.type.tag   
 

Uses of XmlSerializable in edu.washington.cs.knowitall
 

Classes in edu.washington.cs.knowitall that implement XmlSerializable
 class Sentence
          A representation of a sentence.
 

Uses of XmlSerializable in edu.washington.cs.knowitall.extraction
 

Classes in edu.washington.cs.knowitall.extraction that implement XmlSerializable
 class ArgumentExtraction
          The portion of a relation extraction that is the argument.
 class Extraction
          A subsequence of a sentence.
 class PredicateExtraction
          The portion of a relation extraction that is the predicate.
 class RelationExtraction
          A relation extraction.
 

Uses of XmlSerializable in edu.washington.cs.knowitall.type
 

Classes in edu.washington.cs.knowitall.type that implement XmlSerializable
 class Type
           
 

Uses of XmlSerializable in edu.washington.cs.knowitall.type.tag
 

Classes in edu.washington.cs.knowitall.type.tag that implement XmlSerializable
 class CaseInsensitiveKeywordTagger
          Search for exact keyword matches, ignoring case.
 class CaseInsensitiveNpChunkTagger
          Search for exact keyword matches, ignoring case, and then tag the chunk in which that keyword appears.
 class CaseInsensitiveNpHeadwordTagger
          Search for exact keyword matches, ignoring case, and then tag the chunk if the keyword is the headword of that chunk.
 class KeywordTagger
          Search for exact keyword matches, case-sensitive, and tag the match.
 class NormalizedKeywordTagger
          Search for normalized keywords against a normalized sentence and tag the match.
 class NormalizedNpChunkTagger
          Search for normalized keywords against a normalized sentence and tag the chunk that contains the match.
 class NormalizedNpHeadwordTagger
          Search for normalized keywords against a normalized sentence and tag the chunk that contains the match if the match is the headword.
 class OpenNLPNamedEntityTagger
          Tag OpenNLP named entities.
static class OpenNLPNamedEntityTagger.DateTagger
           
static class OpenNLPNamedEntityTagger.LocationTagger
           
static class OpenNLPNamedEntityTagger.MoneyTagger
           
static class OpenNLPNamedEntityTagger.OrganizationTagger
           
static class OpenNLPNamedEntityTagger.PercentageTagger
           
static class OpenNLPNamedEntityTagger.PersonTagger
           
static class OpenNLPNamedEntityTagger.TimeTagger
           
 class PatternTagger
          Run a token-based pattern over the text and tag matches.
 class RegexTagger
           
 class StanfordNamedEntityTagger
          Tag Stanford named entities.
 class Tagger
          A class that searches over sentences and tags matching text with a type.
 



Copyright © 2011 University of Washington CSE. All Rights Reserved.