- addBigram(Annotation, Annotation, JCas) - Method in class org.jobimtext.holing.annotator.BigramHolingAnnotator
-
- addDistributionalExpansions(Annotation, JCas) - Method in class org.jobimtext.api.annotator.DistributionalThesaurusAnnotator
-
- addJob(JobimJob) - Method in class org.jobimtext.hadoop.conf.PipelineConfiguration
-
- addJobim(JCas, Token, Token, String, int) - Method in class org.jobimtext.holing.annotator.DependencyHolingAnnotator
-
Add JoBim with a relation to a CAS.
- addJobim(JCas, Token, Token, String) - Method in class org.jobimtext.holing.annotator.DependencyHolingAnnotator
-
Add JoBim with a relation to a CAS, without setting a 'hole' position.
- addJobimNgram(JCas, LinkedList<Annotation>, int) - Method in class org.jobimtext.holing.annotator.MultiGramAnnotator
-
- addSense(Token, int, JCas) - Method in class org.jobimtext.api.annotator.SenseAnnotator
-
Creates Sense Annotation and adds it to the CAS.
- addToken(LinkedList<Annotation>, Annotation) - Method in class org.jobimtext.holing.annotator.JoAnnotator
-
- addToken(LinkedList<Annotation>, Annotation) - Method in class org.jobimtext.holing.annotator.JoPosAnnotator
-
- AggregatePerFeature - Class in org.jobimtext.hadoop.conf
-
The Aggregate Per Feature (APF) job aggregates all words per feature.
- AggregatePerFeature() - Constructor for class org.jobimtext.hadoop.conf.AggregatePerFeature
-
- AggregatePerFeature.Map - Class in org.jobimtext.hadoop.conf
-
- AggregatePerFeature.Map() - Constructor for class org.jobimtext.hadoop.conf.AggregatePerFeature.Map
-
- AggregatePerFeature.Reduce - Class in org.jobimtext.hadoop.conf
-
- AggregatePerFeature.Reduce() - Constructor for class org.jobimtext.hadoop.conf.AggregatePerFeature.Reduce
-
- AggregatePerFeatureJob - Class in org.jobimtext.hadoop
-
The Aggregate Per Feature (APF) job aggregates all words per feature.
- AggregatePerFeatureJob(String, String, String) - Constructor for class org.jobimtext.hadoop.AggregatePerFeatureJob
-
- AggregatePerFeatureJob.Map - Class in org.jobimtext.hadoop
-
- AggregatePerFeatureJob.Map() - Constructor for class org.jobimtext.hadoop.AggregatePerFeatureJob.Map
-
- AggregatePerFeatureJob.Reduce - Class in org.jobimtext.hadoop
-
- AggregatePerFeatureJob.Reduce() - Constructor for class org.jobimtext.hadoop.AggregatePerFeatureJob.Reduce
-
- Aggregation - Class in org.jobimtext.hadoop.mapreducer
-
This is the MapReduce step to aggregate all words per feature.
- Aggregation() - Constructor for class org.jobimtext.hadoop.mapreducer.Aggregation
-
- Aggregation.Map - Class in org.jobimtext.hadoop.mapreducer
-
The mapper reads the following input: word feature significance hard
cheese#adj 15.8 cheese Gouda-like#adj 7.6 cheese hard#adj 0.4
It will produce the following output: feature word cheese#adj hard
cheese#adj yellow cheese#adj French
- Aggregation.Map() - Constructor for class org.jobimtext.hadoop.mapreducer.Aggregation.Map
-
- Aggregation.Reduce - Class in org.jobimtext.hadoop.mapreducer
-
The reducer reads the following input: feature word cheese#adj hard
cheese#adj yellow cheese#adj French
It will produce the following output: cheese#adj, hard, yellow, French,
...
- Aggregation.Reduce() - Constructor for class org.jobimtext.hadoop.mapreducer.Aggregation.Reduce
-
- AggrPerFt - Class in org.jobimtext.hadoop.mapreducer
-
This is the MapReduce step to aggregate all words per feature.
- AggrPerFt() - Constructor for class org.jobimtext.hadoop.mapreducer.AggrPerFt
-
- AggrPerFt.Map - Class in org.jobimtext.hadoop.mapreducer
-
The mapper reads the following input: word feature significance hard
cheese#adj 15.8 cheese Gouda-like#adj 7.6 cheese hard#adj 0.4
It will produce the following output: feature word cheese#adj hard
cheese#adj yellow cheese#adj French
- AggrPerFt.Map() - Constructor for class org.jobimtext.hadoop.mapreducer.AggrPerFt.Map
-
- AggrPerFt.Reduce - Class in org.jobimtext.hadoop.mapreducer
-
The reducer reads the following input: feature word cheese#adj hard
cheese#adj yellow cheese#adj French
It will produce the following output: cheese#adj, hard, yellow, French,
...
- AggrPerFt.Reduce() - Constructor for class org.jobimtext.hadoop.mapreducer.AggrPerFt.Reduce
-
- AggrPerWord - Class in org.jobimtext.hadoop.mapreducer
-
This is the MapReduce step to aggregate all words per feature.
- AggrPerWord() - Constructor for class org.jobimtext.hadoop.mapreducer.AggrPerWord
-
- AggrPerWord.Map - Class in org.jobimtext.hadoop.mapreducer
-
The mapper reads the following input: word feature significance hard
cheese#adj 15.8 cheese Gouda-like#adj 7.6 cheese hard#adj 0.4
It will produce the following output: feature word cheese#adj hard
cheese#adj yellow cheese#adj French
- AggrPerWord.Map() - Constructor for class org.jobimtext.hadoop.mapreducer.AggrPerWord.Map
-
- AggrPerWord.Reduce - Class in org.jobimtext.hadoop.mapreducer
-
The reducer reads the following input: feature word cheese#adj hard
cheese#adj yellow cheese#adj French
It will produce the following output: cheese#adj, hard, yellow, French,
...
- AggrPerWord.Reduce() - Constructor for class org.jobimtext.hadoop.mapreducer.AggrPerWord.Reduce
-
- annotateNoCtx(JoBim, JCas, List<Order2>) - Method in class org.jobimtext.contextualize.SimpleContextualizer
-
- attributeDelimiter - Variable in class org.jobimtext.holing.extractor.JobimExtractorConfiguration
-