Module: ScientificNameClean::AuthorWord0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5676 5677 5678 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5676 def details {:author => [value]} end |
#pos ⇒ Object
5672 5673 5674 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5672 def pos {interval.begin => ["author_word", 1], (interval.begin + 2) => ["author_word", 2], (interval.begin + 5) => ["author_word", 2]} end |
#value ⇒ Object
5668 5669 5670 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5668 def value text_value.strip end |