cc.factorie.app.nlp

phrase

package phrase

Visibility
  1. Public
  2. All

Type Members

  1. class ChainChunker[L <: ChunkTag] extends DocumentAnnotator

  2. class ChunkerOpts extends CmdOptions with DefaultCmdOptions with SharedNLPCmdOptions

  3. class GenderLabel[P <: Phrase] extends CategoricalVariable[String]

  4. class GenderLabeler[P <: Phrase, PL <: TokenSpanList[P]] extends DocumentAnnotator

    Cheap gender predictor based on rules and lexicons.

  5. class NounPhrase extends Phrase

    A simple subclass of Chunk reserved for noun phrases.

  6. class NounPhraseEntityType extends LabeledCategoricalVariable[String]

    Categorical variable indicating whether the noun phrase is person, location, organization, etc.

  7. class NounPhraseEntityTypeLabeler extends DocumentAnnotator

  8. class NounPhraseList extends TokenSpanList[NounPhrase]

    A collection of NounPhrases.

  9. class NounPhraseType extends CategoricalVariable[String]

    Categorical variable indicating whether the noun phrase is a pronoun, nominal or proper noun.

  10. class NumberLabel[P <: Phrase] extends CategoricalVariable[String]

  11. class NumberLabeler[P <: Phrase, PL <: TokenSpanList[P]] extends DocumentAnnotator

    Cheap number predictor based on rules and lexicons.

  12. class Phrase extends TokenSpan with Attr

    A Phrase is a TokenSpan that has a head token.

  13. class PhraseList extends TokenSpanList[Phrase]

    A collection of Phrases.

  14. class VerbPhrase extends Phrase

    A simple subclass of Chunk reserved for verb phrases.

  15. class VerbPhraseList extends TokenSpanList[VerbPhrase]

    A collection of VerbPhrases.

Ungrouped