Method: CorpusProcessor::Token#category
- Defined in:
- lib/corpus-processor/token.rb
#category ⇒ Symbol
Returns the type of the CorpusProcessor::Token. It should be a valid category from Categories.
15 16 17 |
# File 'lib/corpus-processor/token.rb', line 15 def category @category end |