SerenitySoftware / cahoots

A Text Comprehension Engine in Python
MIT License
15 stars 3 forks source link

Add ability to detail measurement amounts #101

Closed hickeroar closed 9 years ago

hickeroar commented 9 years ago

Currently it just says what kind of measurements it found instead of amounts of measurement.

I think the whole system needs to be converted to pyparsing instead of the current custom system.

hickeroar commented 9 years ago

Fully converted to pyparsing.