module ScientificNameClean::AuthorPrefixWord1

Public Instance Methods

pos() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5797
def pos
  #cheating because there are several words in some of them
  {interval.begin => ["author_word", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 5793
def value
  text_value
end