Method: Excite::TokenFeatures#monthName
- Defined in:
- lib/excite/token_features.rb
#monthName(toks, idx, author_names = nil) ⇒ Object
189 190 191 |
# File 'lib/excite/token_features.rb', line 189 def monthName(toks, idx, =nil) (dict_status(toks, idx) & DictFlags::MONTH_NAME) > 0 ? 'monthName' : 'noMonthName' end |