Module: ScientificNameClean::AuthorPrefixWord1

Defined in:
lib/biodiversity/parser/scientific_name_clean.rb

Instance Method Summary collapse

Instance Method Details

#posObject



5784
5785
5786
5787
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5784

def pos
  #cheating because there are several words in some of them
  {interval.begin => ['author_word', interval.end]}
end

#valueObject



5780
5781
5782
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 5780

def value
  text_value
end