module ScientificNameClean::AnnotationIdentification0

Public Instance Methods

apply(sp) click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6891
def apply(sp)
  ""
end
canonical(sp) click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6895
def canonical(sp)
  ""
end
details(sp) click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6904
def details(sp)
  {:annotation_identification => value, :ignored => sp.details}
end
pos(sp) click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6899
def pos(sp)
  interval_end = text_value[-1] == " " ? interval.end - 1 : interval.end
  {interval.begin => ["annotation_identification", interval.end]}
end
value() click to toggle source
# File lib/biodiversity/parser/scientific_name_clean.rb, line 6887
def value
  text_value.strip
end