Module: ScientificNameClean::AuthorWord0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5379 5380 5381 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5379 def details {:author => [value]} end |
#pos ⇒ Object
5375 5376 5377 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5375 def pos {interval.begin => ["author_word", 1], (interval.begin + 2) => ["author_word", 2], (interval.begin + 5) => ["author_word", 2]} end |
#value ⇒ Object
5371 5372 5373 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5371 def value text_value.strip end |