turbopape / postagga

A Library to parse natural language in pure Clojure and ClojureScript
MIT License
159 stars 16 forks source link

Bugfix/declaration order #26

Closed dmatysiak closed 6 years ago

dmatysiak commented 6 years ago

I wasn't able to load the postagga.parser namespace because fast-foward was being referenced before declaration. I've moved fast-forward-all-ors and removed the unnecessary declare.

turbopape commented 6 years ago

Thank you !