Module: ScientificNameClean::AuthorPrefixWord1

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

Instance Method Summary collapse

Instance Method Details

#posObject



6121
6122
6123
6124
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 6121

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

#valueObject



6117
6118
6119
# File 'lib/biodiversity/parser/scientific_name_clean.rb', line 6117

def value
  text_value
end