Package eu.clarin.weblicht.wlfxb.api
Interface TextCorpusProcessor
-
public interface TextCorpusProcessorA linguistic annotations processing tool. The tool processes existing linguistic layers of TextCorpus and produces new linguistic layers in TCF.- Author:
- akislev
-
-
Method Summary
Modifier and Type Method Description EnumSet<TextCorpusLayerTag>getRequiredLayers()voidprocess(TextCorpus textCorpus)
-
-
-
Method Detail
-
getRequiredLayers
EnumSet<TextCorpusLayerTag> getRequiredLayers()
-
process
void process(TextCorpus textCorpus) throws TextCorpusProcessorException
- Throws:
TextCorpusProcessorException
-
-