allenai / ike

Build tables of information by extracting facts from indexed text corpora via a simple and effective query language.
http://allenai.org/software/interactive-knowledge-extraction/
Apache License 2.0
56 stars 20 forks source link

Create small helper class to load named patterns from a config file #228

Closed mmichelsonIF closed 8 years ago

mmichelsonIF commented 8 years ago

As suggested by @ColinArenz here is a separate PR for a small utility class that loads up named patterns from a config file. Includes unit tests.

ckarenz commented 8 years ago

A few minor comments, but otherwise this looks good. Thanks for splitting this out!

mmichelsonIF commented 8 years ago

Addressed issues from PR. Thanks for the tips.