Uses of Class
jvntextpro.data.ContextGenerator

Packages that use ContextGenerator
jvnpostag   
jvnsegmenter   
jvntextpro.data   
 

Uses of ContextGenerator in jvnpostag
 

Subclasses of ContextGenerator in jvnpostag
 class POSContextGenerator
           
 

Uses of ContextGenerator in jvnsegmenter
 

Subclasses of ContextGenerator in jvnsegmenter
 class BasicContextGenerator
          The Class BasicContextGenerator.
 class ConjunctionContextGenerator
          The Class ConjunctionContextGenerator.
 class LexiconContextGenerator
          The Class LexiconContextGenerator.
 class RegexContextGenerator
          The Class RegexContextGenerator.
 class SyllableContextGenerator
          The Class SyllableContextGenerator.
 class VietnameseContextGenerator
          The Class VietnameseContextGenerator.
 

Uses of ContextGenerator in jvntextpro.data
 

Methods in jvntextpro.data with parameters of type ContextGenerator
 void TaggingData.addContextGenerator(ContextGenerator cntxGen)
          Adds the context generator.
 

Constructors in jvntextpro.data with parameters of type ContextGenerator
TaggingData(ContextGenerator cntxGen)
          Instantiates a new tagging data.
 

Constructor parameters in jvntextpro.data with type arguments of type ContextGenerator
TaggingData(java.util.ArrayList<ContextGenerator> _cntxGenVector)
          Instantiates a new tagging data.