Module: ScientificNameClean::AuthorWord0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5366 5367 5368 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5366 def details {:author => [value]} end |
#pos ⇒ Object
5362 5363 5364 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5362 def pos {interval.begin => ['author_word', 1], (interval.begin + 2) => ['author_word', 2], (interval.begin + 5) => ['author_word', 2]} end |
#value ⇒ Object
5358 5359 5360 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5358 def value text_value.strip end |