knowitall / taggers

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

Add compact tagger representation #5

Closed schmmd closed 11 years ago

schmmd commented 11 years ago

The XML representation is bulky and burdensome. This adds a compact tagger representation where multiple taggers can be easily stored in one file. It also adds a web application for testing taggers. Here is an example of taggers in the new representation.

AnimalTagger := PatternTagger {
    <string = 'cat' | string = 'dog'>
}