Module: ScientificNameClean::AuthorWord0
- Defined in:
- lib/biodiversity/parser/scientific_name_clean.rb
Instance Method Summary collapse
Instance Method Details
#details ⇒ Object
5220 5221 5222 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5220 def details {:author => [value]} end |
#pos ⇒ Object
5216 5217 5218 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5216 def pos {interval.begin => ["author_word", 1], (interval.begin + 2) => ["author_word", 2], (interval.begin + 5) => ["author_word", 2]} end |
#value ⇒ Object
5212 5213 5214 |
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5212 def value text_value.strip end |