dlwh / epic

**Archived** Epic is a high performance statistical parser written in Scala, along with a framework for building complex structured prediction models.
http://scalanlp.org/
Apache License 2.0
469 stars 82 forks source link

Tidy up #51

Closed jovilius closed 8 years ago

jovilius commented 8 years ago

Hi @dlwh,

this PR replaces: https://github.com/dlwh/epic/pull/50

I've rolled back to inline while loops rather than using HOFs (e.g. fill and tabulate).

Other commits are just a general tidy up.

dlwh commented 8 years ago

thanks!