Method: Excite::TokenFeatures#publisherName
- Defined in:
- lib/excite/token_features.rb
#publisherName(toks, idx, author_names = nil) ⇒ Object
194 195 196 |
# File 'lib/excite/token_features.rb', line 194 def publisherName(toks, idx, =nil) (dict_status(toks, idx) & DictFlags::PUBLISHER_NAME) > 0 ? 'publisherName' : 'noPublisherName' end |