knowitall / taggers

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

Refine #8

Closed schmmd closed 11 years ago

schmmd commented 11 years ago

PatternTagger is scala and the pattern building code is smaller and more flexible.

The biggest change is that matching is now case sensitive. If you want case insensitive matching, use the regex matcher prefixed with (?i).