Skip to content

Parsing

Will de Beaumont edited this page Oct 11, 2018 · 3 revisions

Using the Parser

web APIs

Customizing the Parser

key parameters

domain sense preferences

domain specific lexicon

stop list (?) But we only have a central stoplist.

Using your own preprocessing

TRIPS uses its TextTagger module to preprocess text before sending it to the Parser. If you want to customize this preprocessing (with or without using TextTagger), you should look at the TextTagger documentation, specifically section 5.8, How to write and/or integrate your own tagger in TextTagger.

Clone this wiki locally