Top Level Namespace

Defined Under Namespace

Modules: PreProcessor Classes: LsidResolver, ScientificNameParser

Constant Summary collapse

BIODIVERSITY_ROOT =
File.join(dir, 'biodiversity')

Instance Method Summary collapse

Instance Method Details

#parser_error(name) ⇒ Object



16
17
18
# File 'bin/nnparse', line 16

def parser_error(name)
  {'scientificName' => {'parsed' => false, 'verbatim' => name,  'error' => 'Parser error'}}.to_json
end