mcs07 / ChemDataExtractor

Automatically extract chemical information from scientific documents
http://chemdataextractor.org
MIT License
287 stars 112 forks source link

Fails to recognize 'water' #25

Open bransfor opened 5 years ago

bransfor commented 5 years ago

Expected water to be recognized, but it is not.

from chemdataextractor.doc import Document
Document('water').cems # returns []
Document('H2O').cems # returns [Span('H2O', 0, 3)]