lib/dwc-archive/classification_normalizer.rb in dwc-archive-0.7.5 vs lib/dwc-archive/classification_normalizer.rb in dwc-archive-0.7.6

- old
+ new

@@ -47,9 +47,13 @@ def name_strings @name_strings.keys end + def vernacular_name_strings + @vernacular_name_strings.keys + end + def normalize(opts = {:with_canoical_names => true}) @with_canonical_names = opts[:with_canonical_names] != nil ? opts[:with_canonical_names] : true DarwinCore.logger_write(@dwc.object_id, "Started normalization of the classification") ingest_core DarwinCore.logger_write(@dwc.object_id, "Calculating the classification parent/child paths")