knowitall / taggers

Easily identify and label sentence intervals using various taggers.
11 stars 12 forks source link

Linked Types #14

Closed schmmd closed 11 years ago

schmmd commented 11 years ago

The main change here is adding a Type subtype LinkedType that has a reference to a parent type. This is used in the PatternTagger so group types can refer to the entire pattern type.

This project also uses nlptools 2.4.3--let me know if you need something else released against this.

schmmd commented 11 years ago

@jgilme1 take a look?

jgilme1 commented 11 years ago

Looks good!

schmmd commented 11 years ago

@jgilme1 feel free to merge