BlueObelisk / chemicaltagger

ChemicalTagger is a tool for semantic text-mining in chemistry.
Apache License 2.0
36 stars 8 forks source link

Bug fix and API for ACPGeo #1

Closed dan2097 closed 4 years ago

dan2097 commented 4 years ago

A constructor is added to ASTtoXML to allow use with other grammars, but the no-op constructor's behaviour is unchanged. The result from LL parsing was actually ignored. I guess in practice the grammar must nearly always be parsable with SLL