Method: CorpusProcessor::Token#category

Defined in:
lib/corpus-processor/token.rb

#categorySymbol

Returns the type of the CorpusProcessor::Token. It should be a valid category from Categories.

Returns:



15
16
17
# File 'lib/corpus-processor/token.rb', line 15

def category
  @category
end