Class: Corenlp::Word

Inherits:
Token
  • Object
show all
Defined in:
lib/corenlp/word.rb

Constant Summary

Constants inherited from Token

Token::Enclitics, Token::IGNORED_ENTITIES, Token::NumberRegexp, Token::PunctRegexp, Token::STANFORD_TEXT_REPLACEMENTS, Token::WebsiteRegexp, Token::WordRegexp

Instance Attribute Summary

Attributes inherited from Token

#index, #ner, #penn_treebank_tag, #stanford_lemma, #text, #type

Method Summary

Methods inherited from Token

#==, clean_stanford_text, #content?, #ignored_entity?, #initialize, token_subclass_from_text, #top_level_penn_treebank_category, #website_text?

Constructor Details

This class inherits a constructor from Corenlp::Token