- A - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- AbstractEditDistance - Class in eu.project.ttc.metrics
-
- AbstractEditDistance() - Constructor for class eu.project.ttc.metrics.AbstractEditDistance
-
- AbstractSimilarityDistance - Class in eu.project.ttc.metrics
-
- AbstractSimilarityDistance() - Constructor for class eu.project.ttc.metrics.AbstractSimilarityDistance
-
- AbstractTermIndexCleaner - Class in eu.project.ttc.engines.cleaner
-
An abstract AE for
TermIndex
post-processing cleaning
based on a property.
- AbstractTermIndexCleaner() - Constructor for class eu.project.ttc.engines.cleaner.AbstractTermIndexCleaner
-
- AbstractTermIndexExporter - Class in eu.project.ttc.engines
-
- AbstractTermIndexExporter() - Constructor for class eu.project.ttc.engines.AbstractTermIndexExporter
-
- AbstractTermSuiteCollectionReader - Class in eu.project.ttc.readers
-
An abstract CollectionException
implementation for TermSuite that
recursively load all selected files from an input directory, with customizable file filter
and document text parser.
- AbstractTermSuiteCollectionReader() - Constructor for class eu.project.ttc.readers.AbstractTermSuiteCollectionReader
-
- AbstractTermValueProvider - Class in eu.project.ttc.models.index
-
- AbstractTermValueProvider(String) - Constructor for class eu.project.ttc.models.index.AbstractTermValueProvider
-
- AbstractToTxtSaxHandler - Class in eu.project.ttc.readers
-
Parses xml files from an xml corpus based on a list of two lists of tag names:
- the list of dropped tags (not interesting tags) : their contents are skipped
- the list of txt tags : tags whose content is kept in the out put txt file
- AbstractToTxtSaxHandler(String[], String[]) - Constructor for class eu.project.ttc.readers.AbstractToTxtSaxHandler
-
- AbstractTSVBuilder - Class in eu.project.ttc.tools.utils
-
Base class for implementing TSV file, builders.
- AbstractTSVBuilder(Writer, char, String) - Constructor for class eu.project.ttc.tools.utils.AbstractTSVBuilder
-
Creates a new instance using the specified parameters.
- AbstractTSVBuilder(Writer) - Constructor for class eu.project.ttc.tools.utils.AbstractTSVBuilder
-
Creates a new instance using the specified output
using '\t'
and "\n" as value and line separators.
- accept(RegexOccurrence) - Method in class eu.project.ttc.resources.CharacterFootprintTermFilter
-
- accept(RegexOccurrence) - Method in interface eu.project.ttc.resources.OccurrenceFilter
-
- accept(RegexOccurrence) - Method in class eu.project.ttc.resources.TrueFilter
-
- accept(Term) - Method in interface eu.project.ttc.tools.utils.TermPredicate
-
Accepts a term depending on an implementation dependent condition.
- acceptTerm(Term) - Method in class eu.project.ttc.engines.cleaner.MaxSizeThresholdCleaner
-
- acceptTerm(Term) - Method in class eu.project.ttc.engines.cleaner.TermIndexThresholdCleaner
-
- add(String, String) - Method in interface eu.project.ttc.resources.Dictionary
-
- add(String, String) - Method in class eu.project.ttc.resources.DictionaryResource
-
- ADD_MODE - Static variable in class eu.project.ttc.models.Context
-
- addAll(Collection<TermOccurrence>) - Method in class eu.project.ttc.models.Term
-
- addAllCooccurrences(Iterator<TermOccurrence>) - Method in class eu.project.ttc.models.ContextVector
-
- addAllOccurrences(Term, Collection<TermOccurrence>) - Method in class eu.project.ttc.models.occstore.MemoryOccurrenceStore
-
- addAllOccurrences(Term, Collection<TermOccurrence>) - Method in class eu.project.ttc.models.occstore.MongoDBOccurrenceStore
-
- addAllOccurrences(Term, Collection<TermOccurrence>) - Method in interface eu.project.ttc.models.OccurrenceStore
-
- addComponent(int, int, String) - Method in class eu.project.ttc.models.WordBuilder
-
- addCooccurrence(TermOccurrence) - Method in class eu.project.ttc.models.ContextVector
-
- addDicoWord(String) - Method in class eu.project.ttc.resources.CompostIndex
-
- addDocument(CollectionDocument) - Method in class eu.project.ttc.stream.DocumentStream
-
- addEntry(Term, int, double) - Method in class eu.project.ttc.models.ContextVector
-
- addExplanation(Term, double) - Method in class eu.project.ttc.metrics.Explanation
-
- addExtension(Term) - Method in class eu.project.ttc.models.Term
-
- addInCorpus(String) - Method in class eu.project.ttc.resources.CompostIndex
-
- addNeoclassicalPrefix(String) - Method in class eu.project.ttc.resources.CompostIndex
-
- addOccurrence(Term, TermOccurrence) - Method in class eu.project.ttc.models.occstore.MemoryOccurrenceStore
-
- addOccurrence(Term, TermOccurrence) - Method in class eu.project.ttc.models.occstore.MongoDBOccurrenceStore
-
- addOccurrence(Term, TermOccurrence) - Method in interface eu.project.ttc.models.OccurrenceStore
-
- addOccurrence(TermOccurrence, boolean) - Method in class eu.project.ttc.models.Term
-
Increments the frequency, updates the inner list of source documents of this term
and optionnaly updates the inner list of occurrences of this term if param
keepOccurrence
is set to true.
- addOccurrence(TermOccurrence) - Method in class eu.project.ttc.models.Term
-
Adds the parameter occurrence and stores it to the inner occurrence list.
- addOccurrence(int, int, Document, String) - Method in class eu.project.ttc.models.TermBuilder
-
- addPipelineListener(PipelineListener) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Registers a pipeline listener.
- addSourcePattern(String) - Method in class eu.project.ttc.engines.variant.VariantRuleBuilder
-
- addTargetPattern(String) - Method in class eu.project.ttc.engines.variant.VariantRuleBuilder
-
- addTerm(Term) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- addTerm(Term) - Method in interface eu.project.ttc.models.TermIndex
-
- addTerm(TermIndex, Term, String) - Method in class eu.project.ttc.tools.utils.IndexerTSVBuilder
-
Adds a term, increment id and return it
- addTermOccurrence(TermOccAnnotation, String, boolean) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- addTermOccurrence(TermOccAnnotation, String, boolean) - Method in interface eu.project.ttc.models.TermIndex
-
Deprecated.
- addTermVariation(Term, VariationType, Object) - Method in class eu.project.ttc.models.Term
-
- addTermVariation(TermVariation) - Method in class eu.project.ttc.models.Term
-
- addTermVariation(TermVariation) - Method in class eu.project.ttc.models.VariationPath
-
- addToClasspath(String) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
Adds a path (jar or directory) to classpath of default Class loader
- addVariant(TermIndex, Term, String) - Method in class eu.project.ttc.tools.utils.IndexerTSVBuilder
-
- addWord(Word) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- addWord(WordAnnotation) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- addWord(Word, String) - Method in class eu.project.ttc.models.TermBuilder
-
- addWord(Word) - Method in interface eu.project.ttc.models.TermIndex
-
- ADJ - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- ADV - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- aeChineseTokenizer() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Tokenizer for chinese collections.
- aeCompostSplitter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeCompoundSplitter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeContextualizer(int, boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Computes the
Contextualizer
vector of all
single-word terms in the term index.
- aeExtensionDetector() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Detects all inclusion/extension relation between terms that have size >= 2.
- aeGraphicalVariantGatherer() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeMateTaggerLemmatizer() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeMaxSizeThresholdCleaner(TermProperty, int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeMerger() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Merges the variants (only those who are extensions of the base term)
of a terms by graphical variation.
- aeNeoClassicalSplitter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aePrefixSplitter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aePrimaryOccurrenceDetector(int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeRanker(TermProperty, boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeRegexSpotter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
The single-word and multi-word term spotter AE
base on UIMA Tokens Regex.
- aeScorer() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Transforms the
TermIndex
into a flat one-n scored model.
- aeSpecificityComputer() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeStemmer() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeStopWordsFilter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Removes from the term index any term having a
stop word at its boundaries.
- aeSyntacticVariantGatherer() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Gathers terms according to their syntactic structures.
- aeTermClassifier(TermProperty) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeThresholdCleaner(TermProperty, float, boolean, int, int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeThresholdCleaner(TermProperty, float) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeThresholdCleanerPeriodic(TermProperty, float, int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeThresholdCleanerSizeTrigger(TermProperty, float, int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeTopNCleaner(TermProperty, int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeTopNCleanerPeriodic(TermProperty, int, boolean, int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeTreeTagger() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeUrlFilter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Filters out URLs from CAS.
- aeWordTokenizer() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- AffixCompoundSplitter - Class in eu.project.ttc.engines
-
- AffixCompoundSplitter() - Constructor for class eu.project.ttc.engines.AffixCompoundSplitter
-
- afterExecute(Runnable, Throwable) - Method in class eu.project.ttc.models.occstore.BlockingThreadPoolExecutor
-
- afterRuleProcessing(JCas) - Method in class eu.project.ttc.engines.RegexSpotter
-
- AggregateAnalysisEngine - Class in eu.project.ttc.tools.utils
-
- AggregateAnalysisEngine(String) - Constructor for class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- alignCompositionalSize2(Term, int, int) - Method in class eu.project.ttc.engines.BilingualAligner
-
- alignDistributional(Term, int, int) - Method in class eu.project.ttc.engines.BilingualAligner
-
Translates the source term with the help of the dictionary
and computes the list of contextSize
closest candidate
terms in the target terminology.
- AlignerUtils - Class in eu.project.ttc.utils
-
- AlignerUtils() - Constructor for class eu.project.ttc.utils.AlignerUtils
-
- alignSemiDistributionalSize2Syntagmatic(Term, int, int) - Method in class eu.project.ttc.engines.BilingualAligner
-
- allRulesFailed(JCas) - Method in class eu.project.ttc.engines.RegexSpotter
-
- ALPHA - Static variable in class eu.project.ttc.engines.CompostAE
-
- alphanumComparator - Static variable in class eu.project.ttc.utils.StringUtils
-
- alphanumFileComparator - Static variable in class eu.project.ttc.utils.StringUtils
-
- append(String, String...) - Method in class eu.project.ttc.tools.utils.AbstractTSVBuilder
-
Appends a line to the writer.
- areOffsetsOverlapping(TermOccurrence, TermOccurrence) - Static method in class eu.project.ttc.utils.TermOccurrenceUtils
-
- areOverlapping(TermOccurrence, TermOccurrence) - Static method in class eu.project.ttc.utils.TermOccurrenceUtils
-
Returns true if two occurrences are in the same
document and their offsets overlap.
- arrayToString(StringArray) - Static method in class eu.project.ttc.utils.JCasUtils
-
- ASCENDING_TEXT_ORDER - Static variable in class eu.project.ttc.tools.utils.TermPredicates
-
A comparator that imposes an ascending covered text order on
Term
s.
- asComponentIterator() - Method in class eu.project.ttc.models.Term
-
- asComponentIterator(boolean) - Method in class eu.project.ttc.models.Term
-
Turns the term into a list
LemmaStemHolder
where each word of the term
is given as itself if not compound, or as a list of its components if compound.
- asGroovyComponent(Component) - Method in class eu.project.ttc.models.GroovyAdapter
-
- asGroovyTerm(Term) - Method in class eu.project.ttc.models.GroovyAdapter
-
- asGroovyWord(TermWord) - Method in class eu.project.ttc.models.GroovyAdapter
-
- asList() - Method in class eu.project.ttc.resources.ReferenceTermList
-
- asScoredTerm() - Method in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- asScoredVariation() - Method in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- ASSOCIATION_RATE - Static variable in class eu.project.ttc.engines.Contextualizer
-
- AssociationRate - Interface in eu.project.ttc.metrics
-
- canApplyTo(String) - Method in class eu.project.ttc.resources.CompostInflectionRules.InflectionRule
-
- CARD_MATE - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- CARD_TAG - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- CasConsumer - Interface in eu.project.ttc.stream
-
- CasExporter - Class in eu.project.ttc.engines.exporter
-
- CasExporter() - Constructor for class eu.project.ttc.engines.exporter.CasExporter
-
- CasStatCounter - Class in eu.project.ttc.engines
-
Compiles and logs CAS stats.
- CasStatCounter() - Constructor for class eu.project.ttc.engines.CasStatCounter
-
- center(String, String) - Static method in class eu.project.ttc.utils.JCasUtils
-
- CHARACTER_FOOTPRINT_TERM_FILTER - Static variable in class eu.project.ttc.engines.RegexSpotter
-
- CharacterFootprintTermFilter - Class in eu.project.ttc.resources
-
- CharacterFootprintTermFilter() - Constructor for class eu.project.ttc.resources.CharacterFootprintTermFilter
-
- characters(char[], int, int) - Method in class eu.project.ttc.readers.AbstractToTxtSaxHandler
-
- characters(char[], int, int) - Method in class eu.project.ttc.readers.TeiToTxtSaxHandler
-
- CHART_AXIS_POINTS - Static variable in class eu.project.ttc.engines.EvalEngine
-
- checkLang(String) - Static method in enum eu.project.ttc.engines.desc.Lang
-
- ChineseNormalizer - Class in eu.project.ttc.engines
-
- ChineseNormalizer() - Constructor for class eu.project.ttc.engines.ChineseNormalizer
-
- CLASSIFYING_PROPERTY - Static variable in class eu.project.ttc.engines.TermClassifier
-
- classifyTerms(Term, Iterable<Term>) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- classifyTerms(Term, Iterable<Term>) - Method in interface eu.project.ttc.models.TermIndex
-
- clean() - Method in class eu.project.ttc.engines.cleaner.AbstractTermIndexCleaner
-
- cleanBuffer() - Method in class eu.project.ttc.utils.OccurrenceBuffer
-
- cleanEntriesByMaxSize(int) - Method in interface eu.project.ttc.models.index.CustomTermIndex
-
For each entry of this index, increase the frequency threshhold and
remove all terms under the frequency threshold until there are
less than maxSize
terms left in the enrty.
- cleanEntriesByMaxSize(int) - Method in class eu.project.ttc.models.index.CustomTermIndexImpl
-
- CLEANING_PERIOD - Static variable in class eu.project.ttc.engines.cleaner.AbstractTermIndexCleaner
-
- CLEANING_PROPERTY - Static variable in class eu.project.ttc.engines.cleaner.AbstractTermIndexCleaner
-
- CLEANING_PROPERTY - Static variable in class eu.project.ttc.engines.cleaner.MaxSizeThresholdCleaner
-
- cleaningPeriod - Variable in class eu.project.ttc.engines.cleaner.AbstractTermIndexCleaner
-
- cleanOrphanWords() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- cleanOrphanWords() - Method in interface eu.project.ttc.models.TermIndex
-
- cleanSingletonKeys() - Method in interface eu.project.ttc.models.index.CustomTermIndex
-
- cleanSingletonKeys() - Method in class eu.project.ttc.models.index.CustomTermIndexImpl
-
- clear() - Method in class eu.project.ttc.models.GroovyAdapter
-
- clear() - Static method in class eu.project.ttc.resources.EvalTrace
-
Remove all evaluation traces.
- clear() - Method in class eu.project.ttc.resources.MemoryTermIndexManager
-
- clear() - Method in class eu.project.ttc.utils.OccurrenceBuffer
-
- clearAdapterCache() - Method in class eu.project.ttc.resources.YamlVariantRules
-
- clearContext() - Method in class eu.project.ttc.models.Term
-
- clearOccurrenceIndex() - Method in class eu.project.ttc.models.Document
-
Nullifies the inner occurrence list so as to frees memory.
- clearOccurrenceIndex() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- clearOccurrenceIndex() - Method in interface eu.project.ttc.models.TermIndex
-
- close() - Method in class eu.project.ttc.models.occstore.MemoryOccurrenceStore
-
- close() - Method in class eu.project.ttc.models.occstore.MongoDBOccurrenceStore
-
- close() - Method in interface eu.project.ttc.models.OccurrenceStore
-
- close() - Method in class eu.project.ttc.readers.AbstractTermSuiteCollectionReader
-
- close() - Method in class eu.project.ttc.readers.EmptyCollectionReader
-
- close() - Method in class eu.project.ttc.readers.StreamingCollectionReader
-
- close() - Method in class eu.project.ttc.readers.StringCollectionReader
-
- close() - Method in class eu.project.ttc.tools.utils.AbstractTSVBuilder
-
Closes the underlying Writer
, flushing it first.
- closedEntryCandidateIterator(String) - Method in class eu.project.ttc.resources.CompostIndex
-
- closeQuietly(InputStream) - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
Unconditionally close an InputStream
.
- closeQuietly(OutputStream) - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
Unconditionally close an OutputStream
.
- CO_TERMS_TYPE - Static variable in class eu.project.ttc.engines.Contextualizer
-
- collapseText(String) - Static method in class eu.project.ttc.utils.TermUtils
-
- CollectionDocument - Interface in eu.project.ttc.readers
-
An interface of input documents sent to collection readers
- collectionProcessComplete() - Method in class eu.project.ttc.engines.AbstractTermIndexExporter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.AffixCompoundSplitter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.CasStatCounter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.cleaner.AbstractTermIndexCleaner
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.CompostAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.CompoundSplitter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.Contextualizer
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.EvalEngine
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.exporter.JsonExporter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.exporter.TSVExporter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.ExtensionDetecter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.GraphicalVariantGatherer
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.Merger
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.PipelineObserver
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.PrimaryOccurrenceDetector
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.Ranker
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.RegexSpotter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.ScorerAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.StringRegexFilter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.SyntacticTermGatherer
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.TermClassifier
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.TermIndexBlacklistWordFilterAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.TermSpecificityComputer
-
- collectionType - Variable in class eu.project.ttc.readers.AbstractTermSuiteCollectionReader
-
- COMMA - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- comparator - Variable in class eu.project.ttc.models.Context
-
- compare(TermIndex, Term, Term) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
The "compare" method that can apply on property measures.
- compare(Term, Term) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- compare(String, String) - Method in class eu.project.ttc.models.Context.ContextComparator
-
- compareTo(BilingualAligner.TranslationCandidate) - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- compareTo(CuttingPoint) - Method in class eu.project.ttc.engines.compost.CuttingPoint
-
- compareTo(Segment) - Method in class eu.project.ttc.engines.compost.Segment
-
- compareTo(Explanation.ExplanationFeature) - Method in class eu.project.ttc.metrics.Explanation.ExplanationFeature
-
- compareTo(Component) - Method in class eu.project.ttc.models.Component
-
- compareTo(ContextVector.Entry) - Method in class eu.project.ttc.models.ContextVector.Entry
-
- compareTo(TermPair) - Method in class eu.project.ttc.models.index.TermPair
-
- compareTo(Term) - Method in class eu.project.ttc.models.Term
-
- compareTo(TermOccurrence) - Method in class eu.project.ttc.models.TermOccurrence
-
- compareTo(TermVariation) - Method in class eu.project.ttc.models.TermVariation
-
- Component - Class in eu.project.ttc.models
-
- Component(String, int, int) - Constructor for class eu.project.ttc.models.Component
-
- components - Variable in class eu.project.ttc.models.GroovyWord
-
- CompostAE - Class in eu.project.ttc.engines
-
- CompostAE() - Constructor for class eu.project.ttc.engines.CompostAE
-
- CompostDicoEntry - Class in eu.project.ttc.engines.compost
-
- CompostDicoEntry() - Constructor for class eu.project.ttc.engines.compost.CompostDicoEntry
-
- CompostIndex - Class in eu.project.ttc.resources
-
- CompostIndex(IndexingKey<String, String>) - Constructor for class eu.project.ttc.resources.CompostIndex
-
- CompostIndexEntry - Class in eu.project.ttc.engines.compost
-
- CompostIndexEntry() - Constructor for class eu.project.ttc.engines.compost.CompostIndexEntry
-
- CompostInflectionRules - Class in eu.project.ttc.resources
-
- CompostInflectionRules() - Constructor for class eu.project.ttc.resources.CompostInflectionRules
-
- CompostInflectionRules.InflectionRule - Class in eu.project.ttc.resources
-
- compound - Variable in class eu.project.ttc.models.GroovyTerm
-
- compound - Variable in class eu.project.ttc.models.GroovyWord
-
- COMPOUND_CHAR - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- COMPOUND_REGEX - Static variable in class eu.project.ttc.engines.variant.VariantRuleYamlIO
-
- CompoundExporter - Class in eu.project.ttc.engines.exporter
-
- CompoundExporter() - Constructor for class eu.project.ttc.engines.exporter.CompoundExporter
-
- CompoundSplitter - Class in eu.project.ttc.engines
-
- CompoundSplitter() - Constructor for class eu.project.ttc.engines.CompoundSplitter
-
- CompoundType - Enum in eu.project.ttc.models
-
- compoundWordTermIterator() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- compoundWordTermIterator() - Method in interface eu.project.ttc.models.TermIndex
-
- compute(String, String) - Method in class eu.project.ttc.metrics.DiacriticInsensitiveLevenshtein
-
- compute(String, String) - Method in interface eu.project.ttc.metrics.EditDistance
-
- compute(String, String) - Method in class eu.project.ttc.metrics.Levenshtein
-
- compute(String, String) - Method in class eu.project.ttc.metrics.LongestCommonSubsequence
-
- compute() - Method in class eu.project.ttc.models.index.TermMeasure
-
- COMPUTE_CONTEXTS_FOR_ALL_TERMS - Static variable in class eu.project.ttc.engines.Contextualizer
-
- computeContextVector(OccurrenceType, int, int, boolean) - Method in class eu.project.ttc.models.Term
-
Regenerate the single-word contextVector of this term and returns it.
- computeNormalized(String, String) - Method in class eu.project.ttc.metrics.AbstractEditDistance
-
- computeNormalized(String, String) - Method in interface eu.project.ttc.metrics.EditDistance
-
- computeRate(AssociationRate, Term, Term) - Method in class eu.project.ttc.models.CrossTable
-
Computes coefficients a, b, c and d (available) and computes the association
rate based on these coefficients.
- consume(TermSuiteCas) - Method in interface eu.project.ttc.stream.CasConsumer
-
- ConsumerRegistry - Class in eu.project.ttc.stream
-
- contains(Object) - Method in class eu.project.ttc.models.TermClass
-
- contains(Object) - Method in class eu.project.ttc.resources.SimpleWordSet
-
- contains(String) - Method in class eu.project.ttc.tools.TermSuiteResourceManager
-
- containsAll(Collection<?>) - Method in class eu.project.ttc.resources.SimpleWordSet
-
- containsTermIndex(String) - Method in class eu.project.ttc.resources.MemoryTermIndexManager
-
- containsWhiteSpace(String) - Static method in class eu.project.ttc.utils.StringUtils
-
- Context - Class in eu.project.ttc.models
-
- Context() - Constructor for class eu.project.ttc.models.Context
-
- Context.ContextComparator - Class in eu.project.ttc.models
-
- ContextComparator() - Constructor for class eu.project.ttc.models.Context.ContextComparator
-
- contextIterator(OccurrenceType, int) - Method in class eu.project.ttc.models.Term
-
- contextIterator(OccurrenceType, int) - Method in class eu.project.ttc.models.TermOccurrence
-
- CONTEXTUALIZE - Static variable in class eu.project.ttc.engines.RegexSpotter
-
- Contextualizer - Class in eu.project.ttc.engines
-
- Contextualizer() - Constructor for class eu.project.ttc.engines.Contextualizer
-
- ContextVector - Class in eu.project.ttc.models
-
A sorted Term/Frequency map used as a context vector during alignment operations.
- ContextVector() - Constructor for class eu.project.ttc.models.ContextVector
-
- ContextVector(Term, boolean) - Constructor for class eu.project.ttc.models.ContextVector
-
Construct a context vector with a back reference to its owner term.
- ContextVector(Term) - Constructor for class eu.project.ttc.models.ContextVector
-
Construct a context vector with a back reference to its owner term.
- ContextVector.Entry - Class in eu.project.ttc.models
-
- CORPUS_FORMAT - Static variable in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
- CORPUS_FORMAT_TEI - Static variable in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
- CORPUS_FORMAT_TXT - Static variable in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
- Cosine - Class in eu.project.ttc.metrics
-
- Cosine() - Constructor for class eu.project.ttc.metrics.Cosine
-
- count(Iterable<?>) - Static method in class eu.project.ttc.utils.IteratorUtils
-
- count(Iterator<?>) - Static method in class eu.project.ttc.utils.IteratorUtils
-
- countType(JCas, int) - Static method in class eu.project.ttc.utils.JCasUtils
-
- COVERED_TEXT - Static variable in class eu.project.ttc.models.occstore.MongoDBOccurrenceStore
-
- create() - Method in class eu.project.ttc.engines.variant.VariantRuleBuilder
-
- create() - Method in class eu.project.ttc.models.TermBuilder
-
- create() - Method in class eu.project.ttc.models.WordBuilder
-
- create(double, double, double, double) - Static method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- create() - Static method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- create() - Method in class eu.project.ttc.tools.TermSuiteAlignerBuilder
-
Creates the bilingual single-word aligner.
- create(String) - Static method in class eu.project.ttc.tools.TermSuitePipeline
-
- create(String, String) - Static method in class eu.project.ttc.tools.TermSuitePipeline
-
Starts a chaining
TermSuitePipeline
builder and overrides the default
URL
prefix (file:).
- create(TermIndex, String) - Static method in class eu.project.ttc.tools.TermSuitePipeline
-
- createAndAddToIndex() - Method in class eu.project.ttc.models.TermBuilder
-
- createAndPredicate(TermPredicate, TermPredicate) - Static method in class eu.project.ttc.tools.utils.TermPredicates
-
Returns a
TermPredicate
that accepts a term that is accepted by
pred1
and
pred2
.
- createContainsPredicate(Collection<Term>) - Static method in class eu.project.ttc.tools.utils.TermPredicates
-
Creates a
TermPredicate
that accepts only terms contained in the
specified
collection
- createCustomIndex(String, TermValueProvider) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- createCustomIndex(String, TermValueProvider) - Method in interface eu.project.ttc.models.TermIndex
-
- createDescription() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- createMeasurePredicate(double, TermMeasure) - Static method in class eu.project.ttc.tools.utils.TermPredicates
-
Returns a
TermPredicate
the accepts terms whose measure is
bigger than the specified
threshold
.
- createNounAdjectivePredicate() - Static method in class eu.project.ttc.tools.utils.TermPredicates
-
Returns a
TermPredicate
that accepts terms whose grammatical
categories are
noun or
adjective.
- createOccurrenceIndex() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- createOccurrenceIndex() - Method in interface eu.project.ttc.models.TermIndex
-
- createOccurrencesPredicate(int) - Static method in class eu.project.ttc.tools.utils.TermPredicates
-
Returns a
TermPredicate
the accepts terms whose occurrences are
bigger than the specified
threshold
.
- createOption(String, String, boolean, String, boolean) - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
Creates a mandatory Option
using the specified arguments.
- createOrPredicate(TermPredicate, TermPredicate) - Static method in class eu.project.ttc.tools.utils.TermPredicates
-
Returns a
TermPredicate
that accepts a term that is accepted by
pred1
or
pred2
.
- createTask(String, int) - Method in class eu.project.ttc.resources.ObserverResource
-
- createTopNByOccurrencesPredicate(int) - Static method in class eu.project.ttc.tools.utils.TermPredicates
-
Returns a
TermPredicate
that accepts terms in sorted occurrence
order up to the specified
cutoffRank
.
- createTopNByTermMeasurePredicate(int, TermMeasure) - Static method in class eu.project.ttc.tools.utils.TermPredicates
-
Returns a
TermPredicate
that accepts terms in sorted measure
order up to the specified
cutoffRank
.
- createVerbAdverbPredicate() - Static method in class eu.project.ttc.tools.utils.TermPredicates
-
Returns a
TermPredicate
that accepts terms whose grammatical
categories are
verb or
adverb.
- CrossTable - Class in eu.project.ttc.models
-
An index (often called cross table) that helps to compute
the association rate of two terms, i.e. their amount of co-occurrency
in the corpus.
- CrossTable(TermIndex) - Constructor for class eu.project.ttc.models.CrossTable
-
Constructs this cross table with a term index and inits the table
with all co-occurrences of the term index's terms.
- CUSTOM_LOG_HEADER_STRING - Static variable in class eu.project.ttc.engines.EvalEngine
-
- CustomIndexStats - Class in eu.project.ttc.models.index
-
- CustomIndexStats(CustomTermIndex) - Constructor for class eu.project.ttc.models.index.CustomIndexStats
-
- CustomTermIndex - Interface in eu.project.ttc.models.index
-
- CustomTermIndexImpl - Class in eu.project.ttc.models.index
-
- CuttingPoint - Class in eu.project.ttc.engines.compost
-
- GAMMA - Static variable in class eu.project.ttc.engines.CompostAE
-
- GENERAL_LANGUAGE_FREQUENCIES - Static variable in class eu.project.ttc.engines.TermSpecificityComputer
-
- GeneralLanguage - Interface in eu.project.ttc.resources
-
- GeneralLanguageResource - Class in eu.project.ttc.resources
-
- GeneralLanguageResource() - Constructor for class eu.project.ttc.resources.GeneralLanguageResource
-
- GeneralLanguageResource.Entry - Class in eu.project.ttc.resources
-
- GenericXMLToTxtCollectionReader - Class in eu.project.ttc.readers
-
- GenericXMLToTxtCollectionReader() - Constructor for class eu.project.ttc.readers.GenericXMLToTxtCollectionReader
-
- get(String) - Static method in class eu.project.ttc.models.index.TermValueProviders
-
- get() - Method in interface eu.project.ttc.resources.Dictionary
-
- get() - Method in class eu.project.ttc.resources.DictionaryResource
-
- get(String) - Static method in class eu.project.ttc.resources.EvalTrace
-
- get(String) - Method in class eu.project.ttc.tools.TermSuiteResourceManager
-
- getAdapter(Term) - Method in class eu.project.ttc.models.scored.ScoredModel
-
- getAllowedChars() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getAnalysisEngineDescription() - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- getAssocRate() - Method in class eu.project.ttc.models.ContextVector.Entry
-
- getAssocRate(Term) - Method in class eu.project.ttc.models.ContextVector
-
- getAt(int) - Method in class eu.project.ttc.models.GroovyTerm
-
- getAt(int) - Method in class eu.project.ttc.models.GroovyWord
-
- getAtRank(int) - Method in class eu.project.ttc.resources.EvalTrace
-
- getAtRecall(double) - Method in class eu.project.ttc.resources.EvalTrace
-
- getAvg() - Method in class eu.project.ttc.models.index.TermMeasure
-
- getBase() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getBase() - Method in class eu.project.ttc.models.TermVariation
-
- getBase() - Method in class eu.project.ttc.models.VariationPath
-
- getBases() - Method in class eu.project.ttc.models.Term
-
- getBases(VariationType...) - Method in class eu.project.ttc.models.Term
-
- getBaseTerm() - Method in class eu.project.ttc.resources.ReferenceTermList.RTLTerm
-
- getBegin() - Method in class eu.project.ttc.engines.compost.Segment
-
- getBegin() - Method in class eu.project.ttc.models.Component
-
- getBegin() - Method in class eu.project.ttc.models.TermOccurrence
-
- getBiggestClass() - Method in class eu.project.ttc.models.index.CustomIndexStats
-
- getBiggestSize() - Method in class eu.project.ttc.models.index.CustomIndexStats
-
- getCaseMapping(String) - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getCategoryMapping(String) - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getCharset() - Method in enum eu.project.ttc.engines.desc.TermSuiteCollection
-
- getChartAxisPoints(boolean) - Method in class eu.project.ttc.resources.EvalTrace
-
- getClass(Term) - Method in class eu.project.ttc.models.index.TermSingleValueProvider
-
- getClasses(Term) - Method in class eu.project.ttc.models.index.TermSingleValueProvider
-
- getClasses(Term) - Method in interface eu.project.ttc.models.index.TermValueProvider
-
- getCode() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getComparator(boolean) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getComparator(TermIndex, boolean) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getComponents() - Method in class eu.project.ttc.models.Word
-
- getCompostAlpha() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getCompostBeta() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getCompostDelta() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getCompostGamma() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getCompostInflectionRules() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getCompostMaxComponentNumber() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getCompostStopList() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getCompostThreshold() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getCompostTransformationRules() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getCompoundType() - Method in class eu.project.ttc.models.Word
-
- getConsumer(String) - Method in class eu.project.ttc.stream.ConsumerRegistry
-
- getConsumer() - Method in class eu.project.ttc.stream.DocumentStream
-
- getContextVector() - Method in class eu.project.ttc.models.Term
-
Returns the context vector of this term.
- getCoocurringTerms() - Method in class eu.project.ttc.models.Context
-
- getCorpusId() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getCorpusId() - Method in interface eu.project.ttc.models.TermIndex
-
- getCoTerm() - Method in class eu.project.ttc.metrics.Explanation.ExplanationFeature
-
- getCoTerm() - Method in class eu.project.ttc.models.ContextVector.Entry
-
- getCounters(Iterable<T>) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
- getCoveredText() - Method in class eu.project.ttc.models.TermOccurrence
-
- getCurrentState() - Method in class eu.project.ttc.models.occstore.MemoryOccurrenceStore
-
- getCurrentState() - Method in class eu.project.ttc.models.occstore.MongoDBOccurrenceStore
-
- getCurrentState() - Method in interface eu.project.ttc.models.OccurrenceStore
-
- getCustomIndex(String) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getCustomIndex(String) - Method in interface eu.project.ttc.models.TermIndex
-
- getDico() - Method in class eu.project.ttc.engines.BilingualAligner
-
- getDicoEntry() - Method in class eu.project.ttc.engines.compost.SegmentScoreEntry
-
- getDocument(String) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getDocument(String) - Method in interface eu.project.ttc.models.TermIndex
-
Returns the document identified by this url or
creates a new one.
- getDocumentFrequency() - Method in class eu.project.ttc.models.Term
-
- getDocuments() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getDocuments() - Method in interface eu.project.ttc.models.TermIndex
-
- getDocumentText(String, String) - Method in class eu.project.ttc.readers.AbstractTermSuiteCollectionReader
-
Gives the document text to set from the input file URI.
- getDocumentText(String, String) - Method in class eu.project.ttc.readers.GenericXMLToTxtCollectionReader
-
- getDocumentText(String, String) - Method in class eu.project.ttc.readers.TeiCollectionReader
-
- getDocumentText(String, String) - Method in class eu.project.ttc.readers.TxtCollectionReader
-
- getDoubleValue(TermIndex, Term) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getDoubleValue(Term) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getElements() - Method in class eu.project.ttc.resources.SimpleWordSet
-
- getEmptyDictionary() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getEnd() - Method in class eu.project.ttc.engines.compost.Segment
-
- getEnd() - Method in class eu.project.ttc.models.Component
-
- getEnd() - Method in class eu.project.ttc.models.TermOccurrence
-
- getEngine() - Method in class eu.project.ttc.resources.MateModel
-
- getEntries() - Method in class eu.project.ttc.models.ContextVector
-
Gives the list of terms in this context vector sorted by frequency
(most frequent first)
- getEntry(String) - Method in class eu.project.ttc.resources.CompostIndex
-
- getEntry(String, String) - Method in class eu.project.ttc.resources.GeneralLanguageResource
-
- getErrors() - Method in class eu.project.ttc.resources.GroovyVariantRules
-
- getExplainedValue(ContextVector, ContextVector) - Method in class eu.project.ttc.metrics.AbstractSimilarityDistance
-
- getExplainedValue(ContextVector, ContextVector) - Method in interface eu.project.ttc.metrics.SimilarityDistance
-
Computes the value of the similarity distance between two
ContextVector
s
and produces an explanation of the distance value, i.e. a list of vectors' component
contributing the most to the final distance value.
- getExplanation() - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- getExplanation() - Method in class eu.project.ttc.metrics.ExplainedValue
-
- getExportFilePath(JCas, String) - Method in class eu.project.ttc.engines.exporter.CasExporter
-
- getExportFilePath(JCas) - Method in class eu.project.ttc.engines.exporter.XmiCasExporter
-
- getExpression() - Method in class eu.project.ttc.engines.variant.VariantRule
-
- getExtensionAffix() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getExtensionAffix(TermIndex, Term, Term) - Static method in class eu.project.ttc.utils.TermUtils
-
Finds in a
TermIndex
the biggest extension affix term of a term depending
on a base term.
- getExtensionBases() - Method in class eu.project.ttc.models.Term
-
- getExtensionGain(Term, Term) - Static method in class eu.project.ttc.utils.TermUtils
-
- getExtensionGainScore() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getExtensionGainTh() - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- getExtensionOrthographicScore() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getExtensions() - Method in class eu.project.ttc.models.Term
-
- getExtensionScore() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getExtensionSpecScore() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getExtensionSpecTh() - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- getFactory() - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- getFile() - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- getFileExtension() - Method in enum eu.project.ttc.engines.desc.TermSuiteCollection
-
- getFileFilter() - Method in class eu.project.ttc.readers.AbstractTermSuiteCollectionReader
-
The FilenameFilter
for selecting input files to read.
- getFileFilter() - Method in class eu.project.ttc.readers.GenericXMLToTxtCollectionReader
-
- getFileFilter() - Method in class eu.project.ttc.readers.TeiCollectionReader
-
- getFileName(String) - Static method in class eu.project.ttc.utils.FileUtils
-
- getFiles() - Method in class eu.project.ttc.readers.AbstractTermSuiteCollectionReader
-
- getFlow() - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- getForm() - Method in class eu.project.ttc.models.TermOccurrence
-
- getForm(String) - Method in class eu.project.ttc.utils.TermFormGetter
-
- getFormCounts(Term) - Method in class eu.project.ttc.utils.TermFormGetter
-
- getForms() - Method in class eu.project.ttc.models.Term
-
Deprecated.
- getForms(Term) - Method in class eu.project.ttc.utils.TermFormGetter
-
- getFrequency() - Method in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- getFrequency() - Method in class eu.project.ttc.models.Term
-
- getFrequency() - Method in class eu.project.ttc.models.TermClass
-
- getFrequency(String, String) - Method in interface eu.project.ttc.resources.GeneralLanguage
-
- getFrequency() - Method in class eu.project.ttc.resources.GeneralLanguageResource.Entry
-
- getFrequency(String, String) - Method in class eu.project.ttc.resources.GeneralLanguageResource
-
- getFrequencyMeasure() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getFrequencyMeasure() - Method in interface eu.project.ttc.models.TermIndex
-
- getFrequencyNorm() - Method in class eu.project.ttc.models.Term
-
The average number of occurrences of this term in the
corpus for each slice of 1000 words.
- getFrequencyScore() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getFrozenExpressionList() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getFScore(double) - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- getGenderMapping(String) - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getGeneralFrequency(Lang, Term) - Static method in class eu.project.ttc.utils.TermUtils
-
- getGeneralFrequencyNorm() - Method in class eu.project.ttc.models.Term
-
The average number of occurrences of this term in the
general language corpus for each slice of 1000 words.
- getGeneralLanguageFrequencies() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getGroovyVariantRules() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getGroupingKey() - Method in class eu.project.ttc.models.Term
-
- getGroupingKey(TermOccAnnotation) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
- getGroupingKey(TermWord...) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
- getGroupingKey(Collection<TermWord>) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
- getHead() - Method in class eu.project.ttc.models.TermClass
-
- getId() - Method in class eu.project.ttc.models.Document
-
- getId() - Method in class eu.project.ttc.models.Term
-
- getId() - Method in class eu.project.ttc.resources.ReferenceTermList.RTLTerm
-
- getIndex() - Method in class eu.project.ttc.engines.compost.CuttingPoint
-
- getIndex(String) - Method in class eu.project.ttc.resources.MemoryTermIndexManager
-
- getIndexes() - Method in class eu.project.ttc.resources.EvalTrace
-
- getIndexingKeys(List<String>) - Method in class eu.project.ttc.engines.variant.VariantRule
-
- getIndexKey(O) - Method in interface eu.project.ttc.utils.IndexingKey
-
- getInflections(String) - Method in class eu.project.ttc.resources.CompostInflectionRules
-
- getInfo() - Method in class eu.project.ttc.models.TermVariation
-
- getInstance() - Static method in class eu.project.ttc.readers.QueueRegistry
-
Returns the registry singleton.
- getInstance() - Static method in class eu.project.ttc.resources.MemoryTermIndexManager
-
- getInstance() - Static method in class eu.project.ttc.stream.ConsumerRegistry
-
Returns the registry singleton.
- getInstance() - Static method in class eu.project.ttc.tools.TermSuiteResourceManager
-
- getLabel() - Method in class eu.project.ttc.models.scored.ScoredTerm
-
- getLabel() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getLabel() - Method in class eu.project.ttc.models.TermVariation
-
- getLang() - Method in exception eu.project.ttc.engines.desc.LanguageException
-
- getLang() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getLang() - Method in interface eu.project.ttc.models.TermIndex
-
The language of the pipeline
- getLanguageDico() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getLast() - Method in class eu.project.ttc.resources.EvalTrace
-
- getLastA() - Method in class eu.project.ttc.models.CrossTable
-
The number of times coTerm
id a co-occurrence of term
WARNING : not thread safe !
- getLastB() - Method in class eu.project.ttc.models.CrossTable
-
The number of times a co-occurrence of term
is not coTerm
WARNING : not thread safe !
- getLastC() - Method in class eu.project.ttc.models.CrossTable
-
The number of times coTerm
is a co-occurrence of another term
than term
.
- getLastD() - Method in class eu.project.ttc.models.CrossTable
-
The number of times neither term
nor coTerm
is a co-occurrence of something else
WARNING : not thread safe !
- getLcTermsFound() - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- getLemma() - Method in class eu.project.ttc.engines.compost.Segment
-
- getLemma() - Method in class eu.project.ttc.engines.compost.SegmentScoreEntry
-
- getLemma() - Method in class eu.project.ttc.models.LemmaStemHolder
-
- getLemma() - Method in class eu.project.ttc.models.Term
-
Returns the concatenation of inner words' lemmas.
- getLemma() - Method in class eu.project.ttc.resources.GeneralLanguageResource.Entry
-
- getLevel(String) - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
- getLocale() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getMatchingRule(Object, Object) - Method in class eu.project.ttc.resources.GroovyVariantRules
-
- getMatchingRule(Term, Term) - Method in class eu.project.ttc.resources.YamlVariantRules
-
- getMateLemmatizerModelFileName() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getMateTaggerModelFileName() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getMax() - Method in class eu.project.ttc.models.index.TermMeasure
-
- getMaxExtensionAffixWRLog() - Method in class eu.project.ttc.models.scored.ScoredTerm
-
- getMaxRecall() - Method in class eu.project.ttc.resources.EvalTrace
-
- getMaxVariationFrequency() - Method in class eu.project.ttc.models.scored.ScoredTerm
-
- getMeasures() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getMeasures() - Method in interface eu.project.ttc.models.TermIndex
-
- getMessage() - Method in exception eu.project.ttc.engines.desc.LanguageException
-
- getMin() - Method in class eu.project.ttc.models.index.TermMeasure
-
- getMongoDBOccStore() - Method in class eu.project.ttc.models.index.io.SaveOptions
-
- getMoodMapping(String) - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getMWRegexes() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getName() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getName() - Method in class eu.project.ttc.engines.variant.VariantRule
-
- getName() - Method in class eu.project.ttc.models.index.AbstractTermValueProvider
-
- getName() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getName() - Method in interface eu.project.ttc.models.index.TermValueProvider
-
- getName() - Method in interface eu.project.ttc.models.TermIndex
-
The term index id name
- getName() - Method in class eu.project.ttc.resources.EvalTrace
-
- getName() - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- getNameUC() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getNameValuePairs() - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- getNbCooccs() - Method in class eu.project.ttc.models.ContextVector.Entry
-
- getNbCooccs(Term) - Method in class eu.project.ttc.models.ContextVector
-
- getNbCorpusWords() - Method in interface eu.project.ttc.resources.GeneralLanguage
-
- getNbCorpusWords() - Method in class eu.project.ttc.resources.GeneralLanguageResource
-
- getNeoclassicalPrefixes() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getNext(CAS) - Method in class eu.project.ttc.readers.AbstractTermSuiteCollectionReader
-
- getNext(CAS) - Method in class eu.project.ttc.readers.EmptyCollectionReader
-
- getNext(CAS) - Method in class eu.project.ttc.readers.StreamingCollectionReader
-
- getNext(CAS) - Method in class eu.project.ttc.readers.StringCollectionReader
-
- getNFirstLetterIndexingKey(int) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
- getNormalizedFrequency(String) - Method in interface eu.project.ttc.resources.GeneralLanguage
-
Deprecated.
- getNormalizedFrequency(String) - Method in class eu.project.ttc.resources.GeneralLanguageResource
-
Deprecated.
- getNormalizedLemma() - Method in class eu.project.ttc.models.Word
-
- getNormalizedStem() - Method in class eu.project.ttc.models.Word
-
- getNumberMapping(String) - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getOccurrenceComparator(boolean) - Method in class eu.project.ttc.models.index.TermMeasure
-
- getOccurrenceContext(TermOccurrence, OccurrenceType, int) - Method in class eu.project.ttc.models.Document
-
Produce an iterator over all single-word term occurrences in the scope
of a given occurrence.
- getOccurrences(String) - Method in class eu.project.ttc.models.Context
-
- getOccurrences() - Method in class eu.project.ttc.models.Document
-
- getOccurrences(Term) - Method in class eu.project.ttc.models.occstore.MemoryOccurrenceStore
-
- getOccurrences(Term) - Method in class eu.project.ttc.models.occstore.MongoDBOccurrenceStore
-
- getOccurrences(Term) - Method in interface eu.project.ttc.models.OccurrenceStore
-
- getOccurrences() - Method in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- getOccurrences() - Method in class eu.project.ttc.models.Term
-
- getOccurrences() - Method in class eu.project.ttc.models.TermClass
-
Returns the set of non-overlapping term occurrences
of all terms in this
TermClass
, sorted by
begin inc - end desc.
- getOccurrenceStore() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getOccurrenceStore() - Method in interface eu.project.ttc.models.TermIndex
-
The occurrence store
- getOccurrenceVector() - Method in class eu.project.ttc.models.Context
-
- getOffset() - Method in class eu.project.ttc.engines.compost.CuttingPoint
-
- getOptionKey(Option) - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
Returns the key of the given option
- getOrder() - Method in enum eu.project.ttc.models.VariationType
-
- getOrthographicScore() - Method in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- getOrthographicScore(String) - Static method in class eu.project.ttc.utils.StringUtils
-
- getOrthographicScoreTh() - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- getPath() - Method in class eu.project.ttc.resources.ReferenceTermList
-
- getPattern() - Method in class eu.project.ttc.models.Term
-
- getPattern() - Method in class eu.project.ttc.resources.GeneralLanguageResource.Entry
-
- getPilot() - Method in class eu.project.ttc.models.Term
-
Deprecated.
- getPilot() - Method in class eu.project.ttc.models.TermClass
-
- getPilot(Term) - Method in class eu.project.ttc.utils.TermFormGetter
-
- getPoints() - Method in class eu.project.ttc.resources.EvalTrace
-
- getPosition(Term, Term) - Static method in class eu.project.ttc.utils.TermUtils
-
Finds the index of appearance of a term's sub-term.
- getPrecision() - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- getPrefixBank() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getPrefixTree() - Method in interface eu.project.ttc.resources.Bank
-
- getPrefixTree() - Method in class eu.project.ttc.resources.BankResource
-
- getProgress() - Method in class eu.project.ttc.readers.AbstractTermSuiteCollectionReader
-
- getProgress() - Method in class eu.project.ttc.readers.EmptyCollectionReader
-
- getProgress() - Method in class eu.project.ttc.readers.StreamingCollectionReader
-
- getProgress() - Method in class eu.project.ttc.readers.StringCollectionReader
-
- getPropertyName() - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getQueue(String) - Method in class eu.project.ttc.readers.QueueRegistry
-
Retrieves and returns a registered queue by name.
- getQueueName() - Method in class eu.project.ttc.stream.DocumentStream
-
- getRange() - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getRank() - Method in class eu.project.ttc.models.scored.ScoredTerm
-
- getRank() - Method in class eu.project.ttc.models.Term
-
- getRank() - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- getRecall() - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- getRegexPostProcessingStrategy() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getRootBank() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getScore() - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- getScore() - Method in class eu.project.ttc.engines.compost.SegmentScoreEntry
-
- getScore() - Method in class eu.project.ttc.models.TermVariation
-
- getScorerConfig() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getSegmentations(String, int, int) - Static method in class eu.project.ttc.engines.compost.Segmentation
-
- getSegmentBank() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getSegments() - Method in class eu.project.ttc.engines.compost.Segmentation
-
- getSegmentString() - Method in class eu.project.ttc.engines.compost.SegmentScoreEntry
-
- getShortName() - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getShortName() - Method in enum eu.project.ttc.models.CompoundType
-
- getShortName() - Method in enum eu.project.ttc.models.VariationType
-
- getSingleWordTermId(WordAnnotation) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
- getSingleWordTerms(TermIndex, Term, boolean) - Static method in class eu.project.ttc.utils.TermUtils
-
Finds in an input term all single-word terms it is made off.
- getSizeCounters() - Method in class eu.project.ttc.models.index.CustomIndexStats
-
- getSourceDocument() - Method in class eu.project.ttc.models.TermOccurrence
-
- getSourceDocumentAnnotation(JCas) - Static method in class eu.project.ttc.utils.JCasUtils
-
- getSourceDocumentInformation() - Method in class eu.project.ttc.models.TermSuiteCas
-
- getSourcePatterns() - Method in class eu.project.ttc.engines.variant.VariantRule
-
- getSpecificity() - Method in class eu.project.ttc.models.Term
-
- getSpottedTermsNum() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getSpottedTermsNum() - Method in interface eu.project.ttc.models.TermIndex
-
- getSpottingRule() - Method in class eu.project.ttc.models.Term
-
- getStandardDeviation() - Method in class eu.project.ttc.models.index.TermMeasure
-
- getStem() - Method in class eu.project.ttc.models.Word
-
- getStopWords() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getStoreType() - Method in class eu.project.ttc.models.occstore.MemoryOccurrenceStore
-
- getStoreType() - Method in class eu.project.ttc.models.occstore.MongoDBOccurrenceStore
-
- getStoreType() - Method in interface eu.project.ttc.models.OccurrenceStore
-
- getStreamThread() - Method in class eu.project.ttc.stream.DocumentStream
-
- getStreamThread() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- getStrictness(Term, Term) - Static method in class eu.project.ttc.utils.TermUtils
-
Returns the strictness of t1 based on t2, i.e. the ratio of appearance
in an occurrence that do not overlap with t2.
- getStrictnessScore() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getString() - Method in class eu.project.ttc.resources.ReferenceTermList.RTLTerm
-
- getSubcategoryMapping(String) - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getSubstring() - Method in class eu.project.ttc.engines.compost.Segment
-
- getSubTermOccAnnotations(TermOccAnnotation) - Method in class eu.project.ttc.models.TermSuiteCas
-
- getSubTree(T) - Method in interface eu.project.ttc.models.Tree
-
- getSubWordAnnotations(TermOccAnnotation) - Method in class eu.project.ttc.models.TermSuiteCas
-
- getSuffixTree() - Method in interface eu.project.ttc.resources.Bank
-
- getSuffixTree() - Method in class eu.project.ttc.resources.BankResource
-
- getSum() - Method in class eu.project.ttc.models.index.TermMeasure
-
- getSyntacticLabel() - Method in class eu.project.ttc.models.TermWord
-
- getTargetPatterns() - Method in class eu.project.ttc.engines.variant.VariantRule
-
- getTaskObserver(String) - Method in class eu.project.ttc.resources.ObserverResource
-
- getTenseMapping(String) - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getTerm() - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- getTerm() - Method in class eu.project.ttc.models.ContextVector
-
- getTerm() - Method in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- getTerm() - Method in class eu.project.ttc.models.TermOccurrence
-
- getTerm1() - Method in class eu.project.ttc.models.index.TermPair
-
- getTerm2() - Method in class eu.project.ttc.models.index.TermPair
-
- getTermByGroupingKey(String) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getTermByGroupingKey(String) - Method in interface eu.project.ttc.models.TermIndex
-
- getTermById(int) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getTermById(int) - Method in interface eu.project.ttc.models.TermIndex
-
- getTermClass() - Method in class eu.project.ttc.models.Term
-
- getTermClasses() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getTermClasses() - Method in interface eu.project.ttc.models.TermIndex
-
- getTermComparator(boolean) - Method in class eu.project.ttc.models.index.TermMeasure
-
- getTermIndependanceScore() - Method in class eu.project.ttc.models.scored.ScoredTerm
-
The ratio of this term appearance without any of its variants
- getTermIndependanceTh() - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- getTermIndex() - Method in class eu.project.ttc.models.scored.ScoredModel
-
- getTermIndex() - Method in class eu.project.ttc.resources.TermIndexResource
-
- getTermIndex() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Returns the term index produced (or last modified) by this pipeline.
- getTermIndexes() - Method in class eu.project.ttc.resources.MemoryTermIndexManager
-
- getTermOccAnnotations() - Method in class eu.project.ttc.models.TermSuiteCas
-
- getTerms(String) - Method in interface eu.project.ttc.models.index.CustomTermIndex
-
- getTerms(String) - Method in class eu.project.ttc.models.index.CustomTermIndexImpl
-
- getTerms() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getTerms() - Method in class eu.project.ttc.models.scored.ScoredModel
-
- getTerms() - Method in class eu.project.ttc.models.TermClass
-
- getTerms() - Method in interface eu.project.ttc.models.TermIndex
-
- getTerms() - Method in class eu.project.ttc.resources.ReferenceTermList
-
- getTermSuiteCasFileName(JCas) - Static method in class eu.project.ttc.utils.JCasUtils
-
- getTermVariation() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getText() - Method in class eu.project.ttc.engines.compost.CompostDicoEntry
-
- getText() - Method in class eu.project.ttc.engines.compost.CompostIndexEntry
-
- getText() - Method in class eu.project.ttc.metrics.Explanation
-
- getText() - Method in interface eu.project.ttc.metrics.IExplanation
-
- getText() - Method in class eu.project.ttc.metrics.TextExplanation
-
- getText() - Method in class eu.project.ttc.readers.AbstractToTxtSaxHandler
-
- getText() - Method in interface eu.project.ttc.readers.CollectionDocument
-
The context of the text.
- getText() - Method in class eu.project.ttc.readers.TeiToTxtSaxHandler
-
- getTextualContext(int) - Method in class eu.project.ttc.models.TermOccurrence
-
- getThreshhold() - Method in class eu.project.ttc.models.FrequencyUnderThreshholdSelector
-
- getTopNFeatures() - Method in class eu.project.ttc.metrics.Explanation
-
Gives the top n important entries for this alignment process.
- getTotalCoccurrences() - Method in class eu.project.ttc.models.ContextVector
-
- getTotalSpottedTerms() - Method in class eu.project.ttc.models.index.TermMeasure
-
- getTp() - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- getTranslations(String) - Method in class eu.project.ttc.resources.BilingualDictionary
-
- getTranslations(String) - Method in class eu.project.ttc.resources.SimpleWordSet
-
- getTTParameter() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getUimaCas() - Method in class eu.project.ttc.models.TermSuiteCas
-
- getUri() - Method in interface eu.project.ttc.readers.CollectionDocument
-
The unique identifier of the document.
- getUrl() - Method in class eu.project.ttc.models.Document
-
- getUrl() - Method in class eu.project.ttc.models.occstore.MemoryOccurrenceStore
-
- getUrl() - Method in class eu.project.ttc.models.occstore.MongoDBOccurrenceStore
-
- getUrl() - Method in interface eu.project.ttc.models.OccurrenceStore
-
Returns the path to access the occurrence store if
this occurrence store is of type Type#FILE
,
null
otherwise.
- getValue(TermIndex, Term) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getValue(Term) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getValue(ContextVector, ContextVector) - Method in class eu.project.ttc.metrics.AbstractSimilarityDistance
-
- getValue(ContextVector, ContextVector, Explanation) - Method in class eu.project.ttc.metrics.AbstractSimilarityDistance
-
- getValue(int, int, int, int) - Method in interface eu.project.ttc.metrics.AssociationRate
-
- getValue(ContextVector, ContextVector, Explanation) - Method in class eu.project.ttc.metrics.Cosine
-
- getValue() - Method in class eu.project.ttc.metrics.ExplainedValue
-
- getValue() - Method in class eu.project.ttc.metrics.Explanation.ExplanationFeature
-
- getValue(ContextVector, ContextVector, Explanation) - Method in class eu.project.ttc.metrics.Jaccard
-
- getValue(int, int, int, int) - Method in class eu.project.ttc.metrics.LogLikelihood
-
- getValue(int, int, int, int) - Method in class eu.project.ttc.metrics.MutualInformation
-
- getValue(ContextVector, ContextVector) - Method in interface eu.project.ttc.metrics.SimilarityDistance
-
Computes the value of the similarity distance between two
ContextVector
s.
- getValue(Term) - Method in class eu.project.ttc.models.index.FrequencyMeasure
-
- getValue(Term) - Method in class eu.project.ttc.models.index.TermMeasure
-
- getValue(Term) - Method in class eu.project.ttc.models.index.WRLogMeasure
-
- getValue(Term) - Method in class eu.project.ttc.models.index.WRMeasure
-
- getValue() - Method in class eu.project.ttc.models.Term
-
- getValue(String) - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- getValues(String) - Method in class eu.project.ttc.resources.EvalTrace
-
- getVariant() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getVariant() - Method in class eu.project.ttc.models.TermVariation
-
- getVariant() - Method in class eu.project.ttc.models.VariationPath
-
- getVariantIndependanceScore() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getVariantIndependanceTh() - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- getVariantRules() - Method in class eu.project.ttc.engines.variant.VariantRuleYamlIO
-
- getVariantRules() - Method in class eu.project.ttc.resources.YamlVariantRules
-
- getVariants() - Method in class eu.project.ttc.resources.ReferenceTermList.RTLTerm
-
- getVariationPaths(int) - Method in class eu.project.ttc.models.Term
-
- getVariations() - Method in class eu.project.ttc.models.scored.ScoredTerm
-
- getVariations() - Method in class eu.project.ttc.models.Term
-
- getVariations(VariationType...) - Method in class eu.project.ttc.models.Term
-
- getVariationScore() - Method in class eu.project.ttc.models.scored.ScoredVariation
-
- getVariationScoreTh() - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- getVariationType() - Method in class eu.project.ttc.models.TermVariation
-
- getWord(String) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getWord(String) - Method in interface eu.project.ttc.models.TermIndex
-
- getWord() - Method in class eu.project.ttc.models.TermWord
-
- getWordAnnotations() - Method in class eu.project.ttc.models.TermSuiteCas
-
- getWordAnnotationsNum() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getWordAnnotationsNum() - Method in interface eu.project.ttc.models.TermIndex
-
- getWords() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getWords() - Method in class eu.project.ttc.models.Term
-
- getWords() - Method in interface eu.project.ttc.models.TermIndex
-
- getWords() - Method in interface eu.project.ttc.resources.GeneralLanguage
-
- getWords() - Method in class eu.project.ttc.resources.GeneralLanguageResource
-
- getWR() - Method in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- getWRLog() - Method in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- getWRLogMeasure() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getWRLogMeasure() - Method in interface eu.project.ttc.models.TermIndex
-
- getWRMeasure() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- getWRMeasure() - Method in interface eu.project.ttc.models.TermIndex
-
- getYamlVariantRules() - Method in class eu.project.ttc.tools.TermSuiteResourceHelper
-
- getZScore(Term) - Method in class eu.project.ttc.models.index.TermMeasure
-
- GraphicalVariantGatherer - Class in eu.project.ttc.engines
-
Gather terms whe their edit distances (ignoring diacritics) are
under certain threshold (not normalized).
- GraphicalVariantGatherer() - Constructor for class eu.project.ttc.engines.GraphicalVariantGatherer
-
- GroovyAdapter - Class in eu.project.ttc.models
-
- GroovyAdapter() - Constructor for class eu.project.ttc.models.GroovyAdapter
-
- GroovyComponent - Class in eu.project.ttc.models
-
- GroovyComponent(Component) - Constructor for class eu.project.ttc.models.GroovyComponent
-
- GroovyTerm - Class in eu.project.ttc.models
-
- GroovyTerm(Term, GroovyAdapter) - Constructor for class eu.project.ttc.models.GroovyTerm
-
- GroovyVariantRules - Class in eu.project.ttc.resources
-
- GroovyVariantRules() - Constructor for class eu.project.ttc.resources.GroovyVariantRules
-
- GroovyWord - Class in eu.project.ttc.models
-
- GroovyWord(TermWord, GroovyAdapter) - Constructor for class eu.project.ttc.models.GroovyWord
-
- TAB - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- tagFound(String[], String) - Method in class eu.project.ttc.readers.AbstractToTxtSaxHandler
-
- tagFound(String[], String) - Method in class eu.project.ttc.readers.TeiToTxtSaxHandler
-
- TAGGER - Static variable in class eu.project.ttc.engines.MateLemmatizerTagger
-
- target() - Method in class eu.project.ttc.resources.DictionaryResource
-
- targetCompound() - Method in class eu.project.ttc.engines.variant.VariantRuleBuilder
-
- TASK_ENDED - Static variable in class eu.project.ttc.engines.PipelineObserver
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.CompostAE
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.GraphicalVariantGatherer
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.Merger
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.PipelineObserver
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.Ranker
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.ScorerAE
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.SyntacticTermGatherer
-
- TASK_STARTED - Static variable in class eu.project.ttc.engines.PipelineObserver
-
- TBXExporter - Class in eu.project.ttc.engines.exporter
-
- TBXExporter() - Constructor for class eu.project.ttc.engines.exporter.TBXExporter
-
- TeiCollectionReader - Class in eu.project.ttc.readers
-
- TeiCollectionReader() - Constructor for class eu.project.ttc.readers.TeiCollectionReader
-
- TeiToTxtSaxHandler - Class in eu.project.ttc.readers
-
Parses tei input files into a String where offsets are the same, but all tags replaced
with whitspaces.
- TeiToTxtSaxHandler() - Constructor for class eu.project.ttc.readers.TeiToTxtSaxHandler
-
- term - Variable in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- Term - Class in eu.project.ttc.models
-
- TERM_CATEGORIES - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- TERM_INDEX - Static variable in class eu.project.ttc.resources.TermIndexResource
-
The name of the Term Index as UIMA resource
- TERM_LEMMA_LOWER_CASE_PROVIDER - Static variable in class eu.project.ttc.models.index.TermValueProviders
-
- TERM_MATCHER_LABELS - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
The UIMA Tokens Regex labels that are considered to define single word terms
- TERM_NOCLASS - Static variable in class eu.project.ttc.models.index.TermIndexes
-
- TERM_NOCLASS_PROVIDER - Static variable in class eu.project.ttc.models.index.TermValueProviders
-
- TERM_PROPERTIES - Static variable in class eu.project.ttc.engines.exporter.TSVExporter
-
- TERM_SINGLE_WORD_LEMMA_PROVIDER - Static variable in class eu.project.ttc.models.index.TermValueProviders
-
- TermBuilder - Class in eu.project.ttc.models
-
- TermClass - Class in eu.project.ttc.models
-
A group of terms, often gathered by syntactical, graphical
or semantical variation.
- TermClass(Term, Iterable<Term>) - Constructor for class eu.project.ttc.models.TermClass
-
- TermClassifier - Class in eu.project.ttc.engines
-
Group all terms in a term index into
TermClass
objects.
- TermClassifier() - Constructor for class eu.project.ttc.engines.TermClassifier
-
- TermFormGetter - Class in eu.project.ttc.utils
-
Computes the form of a term depending on its
Lang
.
- TermIndex - Interface in eu.project.ttc.models
-
- TermIndexBlacklistWordFilterAE - Class in eu.project.ttc.engines
-
An AE that filters
TermIndex
based on a word black list.
- TermIndexBlacklistWordFilterAE() - Constructor for class eu.project.ttc.engines.TermIndexBlacklistWordFilterAE
-
- TermIndexes - Class in eu.project.ttc.models.index
-
- TermIndexes() - Constructor for class eu.project.ttc.models.index.TermIndexes
-
- termIndexResource - Variable in class eu.project.ttc.engines.AbstractTermIndexExporter
-
- termIndexResource - Variable in class eu.project.ttc.engines.cleaner.AbstractTermIndexCleaner
-
- termIndexResource - Variable in class eu.project.ttc.engines.cleaner.MaxSizeThresholdCleaner
-
- TermIndexResource - Class in eu.project.ttc.resources
-
- TermIndexResource() - Constructor for class eu.project.ttc.resources.TermIndexResource
-
- TermIndexThresholdCleaner - Class in eu.project.ttc.engines.cleaner
-
Removes terms from the
TermIndex
according to
a custom property threshhold.
- TermIndexThresholdCleaner() - Constructor for class eu.project.ttc.engines.cleaner.TermIndexThresholdCleaner
-
- TermIndexTopNCleaner - Class in eu.project.ttc.engines.cleaner
-
Keeps only top n terms in a
TermIndex
after having ranked
them according to a parameter term property.
- TermIndexTopNCleaner() - Constructor for class eu.project.ttc.engines.cleaner.TermIndexTopNCleaner
-
- TermMeasure - Class in eu.project.ttc.models.index
-
- TermMeasure(TermIndex) - Constructor for class eu.project.ttc.models.index.TermMeasure
-
- termOccAnnotationIt() - Method in class eu.project.ttc.models.TermSuiteCas
-
- TermOccurrence - Class in eu.project.ttc.models
-
- TermOccurrence(Term, String, Document, int, int) - Constructor for class eu.project.ttc.models.TermOccurrence
-
- TermOccurrenceUtils - Class in eu.project.ttc.utils
-
- TermOccurrenceUtils() - Constructor for class eu.project.ttc.utils.TermOccurrenceUtils
-
- TermPair - Class in eu.project.ttc.models.index
-
A term pair (order of term1 and term2 does not matter)
- TermPair(Term, Term) - Constructor for class eu.project.ttc.models.index.TermPair
-
- TermPredicate - Interface in eu.project.ttc.tools.utils
-
A predicate for filtering terms.
- TermPredicates - Class in eu.project.ttc.tools.utils
-
Consists exclusively of terms that operate or create
TermPredicate
s.
- TermProperty - Enum in eu.project.ttc.engines.cleaner
-
Available term properties that can be used for AE and script configuration
(especially in term index cleaning sorting and exporting operations)
- terms() - Method in class eu.project.ttc.models.ContextVector
-
- TermSelector - Interface in eu.project.ttc.models
-
- TermSingleValueProvider - Class in eu.project.ttc.models.index
-
- TermSpecificityComputer - Class in eu.project.ttc.engines
-
- TermSpecificityComputer() - Constructor for class eu.project.ttc.engines.TermSpecificityComputer
-
- TermSuiteAlignerBuilder - Class in eu.project.ttc.tools
-
- TermSuiteAlignerCLI - Class in eu.project.ttc.tools.cli
-
Command line interface for the Terminology extraction (Spotter+Indexer) engines.
- TermSuiteAlignerCLI() - Constructor for class eu.project.ttc.tools.cli.TermSuiteAlignerCLI
-
- TermSuiteCas - Class in eu.project.ttc.models
-
A wrapper for a JCas
aiming at providing an easy access API
to TermSuite annotations for end-users.
- TermSuiteCas(JCas) - Constructor for class eu.project.ttc.models.TermSuiteCas
-
- TermSuiteCLIUtils - Class in eu.project.ttc.tools.cli
-
This class consists of static methods used by the CLI.
- TermSuiteCollection - Enum in eu.project.ttc.engines.desc
-
- TermSuiteConstants - Class in eu.project.ttc.utils
-
- TermSuiteConstants() - Constructor for class eu.project.ttc.utils.TermSuiteConstants
-
- TermSuitePipeline - Class in eu.project.ttc.tools
-
A collection reader and ae aggregator (builder pattern) that
creates and runs a full pipeline.
- TermSuitePipelineException - Exception in eu.project.ttc.engines.desc
-
- TermSuitePipelineException() - Constructor for exception eu.project.ttc.engines.desc.TermSuitePipelineException
-
- TermSuitePipelineException(String, Throwable, boolean, boolean) - Constructor for exception eu.project.ttc.engines.desc.TermSuitePipelineException
-
- TermSuitePipelineException(String, Throwable) - Constructor for exception eu.project.ttc.engines.desc.TermSuitePipelineException
-
- TermSuitePipelineException(String) - Constructor for exception eu.project.ttc.engines.desc.TermSuitePipelineException
-
- TermSuitePipelineException(Throwable) - Constructor for exception eu.project.ttc.engines.desc.TermSuitePipelineException
-
- TermSuitePipelineObserver - Class in eu.project.ttc.resources
-
- TermSuitePipelineObserver(int, int) - Constructor for class eu.project.ttc.resources.TermSuitePipelineObserver
-
- TermSuiteResourceException - Exception in eu.project.ttc.engines.desc
-
- TermSuiteResourceException() - Constructor for exception eu.project.ttc.engines.desc.TermSuiteResourceException
-
- TermSuiteResourceException(String, Throwable, boolean, boolean) - Constructor for exception eu.project.ttc.engines.desc.TermSuiteResourceException
-
- TermSuiteResourceException(String, Throwable) - Constructor for exception eu.project.ttc.engines.desc.TermSuiteResourceException
-
- TermSuiteResourceException(String) - Constructor for exception eu.project.ttc.engines.desc.TermSuiteResourceException
-
- TermSuiteResourceException(Throwable) - Constructor for exception eu.project.ttc.engines.desc.TermSuiteResourceException
-
- TermSuiteResourceHelper - Class in eu.project.ttc.tools
-
A helper class that build language-dependent term suite resource paths.
- TermSuiteResourceHelper(Lang, String) - Constructor for class eu.project.ttc.tools.TermSuiteResourceHelper
-
- TermSuiteResourceHelper(Lang) - Constructor for class eu.project.ttc.tools.TermSuiteResourceHelper
-
- TermSuiteResourceManager - Class in eu.project.ttc.tools
-
- TermSuiteTerminoCLI - Class in eu.project.ttc.tools.cli
-
Command line interface for the Terminology extraction (Spotter+Indexer) engines.
- TermSuiteTerminoCLI() - Constructor for class eu.project.ttc.tools.cli.TermSuiteTerminoCLI
-
- TermSuiteUtils - Class in eu.project.ttc.utils
-
- TermSuiteUtils() - Constructor for class eu.project.ttc.utils.TermSuiteUtils
-
- TermUtils - Class in eu.project.ttc.utils
-
- TermUtils() - Constructor for class eu.project.ttc.utils.TermUtils
-
- TermValueProvider - Interface in eu.project.ttc.models.index
-
The root class of any object that can get values
from a term.
- TermValueProviders - Class in eu.project.ttc.models.index
-
- TermValueProviders() - Constructor for class eu.project.ttc.models.index.TermValueProviders
-
- TermVariation - Class in eu.project.ttc.models
-
- TermVariation(VariationType, Term, Term, Object) - Constructor for class eu.project.ttc.models.TermVariation
-
- TermVariationScorer - Class in eu.project.ttc.termino.engines
-
- TermVariationScorer(VariantScorerConfig) - Constructor for class eu.project.ttc.termino.engines.TermVariationScorer
-
- TermWord - Class in eu.project.ttc.models
-
- TextExplanation - Class in eu.project.ttc.metrics
-
- TextExplanation(String) - Constructor for class eu.project.ttc.metrics.TextExplanation
-
- THRESHOLD - Static variable in class eu.project.ttc.engines.cleaner.TermIndexThresholdCleaner
-
- TildeTokenizer - Class in eu.project.ttc.engines
-
- TildeTokenizer() - Constructor for class eu.project.ttc.engines.TildeTokenizer
-
- TO_FILE_PATH - Static variable in class eu.project.ttc.engines.AbstractTermIndexExporter
-
- TO_FILE_PATH - Static variable in class eu.project.ttc.engines.exporter.TSVExporter
-
- TO_TRACE_FILE - Static variable in class eu.project.ttc.engines.CasStatCounter
-
- toArray() - Method in class eu.project.ttc.models.VariationPath
-
- toAssocRateVector(CrossTable, AssociationRate, boolean) - Method in class eu.project.ttc.models.ContextVector
-
Normalize this vector according to a cross table
and an association rate measure.
- toDisplayable() - Method in class eu.project.ttc.resources.EvalTrace
-
- toFile - Variable in class eu.project.ttc.engines.AbstractTermIndexExporter
-
The destination file
- toFilePath - Variable in class eu.project.ttc.engines.AbstractTermIndexExporter
-
- toFilePath - Variable in class eu.project.ttc.engines.exporter.TSVExporter
-
- toGroupingKey() - Method in class eu.project.ttc.models.TermWord
-
- toIterable(Iterator<T>) - Static method in class eu.project.ttc.utils.IteratorUtils
-
- TOP_N - Static variable in class eu.project.ttc.engines.cleaner.TermIndexTopNCleaner
-
- TOP_N - Static variable in class eu.project.ttc.engines.exporter.VariantEvalExporter
-
- toString() - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- toString() - Method in class eu.project.ttc.engines.compost.CompostIndexEntry
-
- toString() - Method in class eu.project.ttc.engines.compost.CuttingPoint
-
- toString() - Method in class eu.project.ttc.engines.compost.Segment
-
- toString() - Method in class eu.project.ttc.engines.compost.Segmentation
-
- toString() - Method in class eu.project.ttc.engines.compost.SegmentScoreEntry
-
- toString() - Method in class eu.project.ttc.engines.CompostAE
-
- toString() - Method in enum eu.project.ttc.engines.desc.Lang
-
- toString() - Method in class eu.project.ttc.metrics.Explanation.ExplanationFeature
-
- toString() - Method in class eu.project.ttc.metrics.Explanation
-
- toString() - Method in class eu.project.ttc.metrics.TextExplanation
-
- toString() - Method in class eu.project.ttc.models.Component
-
- toString() - Method in enum eu.project.ttc.models.CompoundType
-
- toString() - Method in class eu.project.ttc.models.Context
-
- toString() - Method in class eu.project.ttc.models.ContextVector.Entry
-
- toString() - Method in class eu.project.ttc.models.ContextVector
-
- toString() - Method in class eu.project.ttc.models.Document
-
- toString() - Method in class eu.project.ttc.models.GroovyComponent
-
- toString() - Method in class eu.project.ttc.models.GroovyTerm
-
- toString() - Method in class eu.project.ttc.models.GroovyWord
-
- toString() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- toString() - Method in class eu.project.ttc.models.index.TermMeasure
-
- toString() - Method in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- toString() - Method in class eu.project.ttc.models.Term
-
- toString() - Method in class eu.project.ttc.models.TermClass
-
- toString() - Method in class eu.project.ttc.models.TermOccurrence
-
- toString() - Method in class eu.project.ttc.models.TermVariation
-
- toString() - Method in class eu.project.ttc.models.TermWord
-
- toString() - Method in class eu.project.ttc.models.Word
-
- toString() - Method in class eu.project.ttc.readers.StringPreparator
-
- toString() - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- toString() - Method in class eu.project.ttc.resources.EvalTrace
-
- toString() - Method in class eu.project.ttc.resources.MemoryTermIndexManager
-
- toString() - Method in class eu.project.ttc.resources.ReferenceTermList.RTLTerm
-
- toStringWithVar() - Method in class eu.project.ttc.resources.ReferenceTermList.RTLTerm
-
- toTSVString() - Method in class eu.project.ttc.resources.ReferenceTermList.RTLTerm
-
- trace(int, int, List<ReferenceTermList.RTLTerm>) - Method in class eu.project.ttc.resources.EvalTrace
-
- TRANSFORMATION_RULES - Static variable in class eu.project.ttc.engines.CompostAE
-
- translateVector(ContextVector, BilingualDictionary, int, TermIndex) - Static method in class eu.project.ttc.utils.AlignerUtils
-
- translateWithDico(Term, int) - Method in class eu.project.ttc.engines.BilingualAligner
-
- TRANSLATION_STRATEGY_MOST_FREQUENT - Static variable in class eu.project.ttc.utils.AlignerUtils
-
- TRANSLATION_STRATEGY_MOST_SPECIFIC - Static variable in class eu.project.ttc.utils.AlignerUtils
-
- TRANSLATION_STRATEGY_PRORATA - Static variable in class eu.project.ttc.utils.AlignerUtils
-
- Tree<T> - Interface in eu.project.ttc.models
-
- TreeTaggerLemmaFixer - Class in eu.project.ttc.engines
-
Post-process the lemma found by TreeTagger
- TreeTaggerLemmaFixer() - Constructor for class eu.project.ttc.engines.TreeTaggerLemmaFixer
-
- trimInside(String) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
- TRIVIAL_ACCEPTOR - Static variable in class eu.project.ttc.tools.utils.TermPredicates
-
A predicate that accepts every term
- TrueFilter - Class in eu.project.ttc.resources
-
- TrueFilter() - Constructor for class eu.project.ttc.resources.TrueFilter
-
- TSVExporter - Class in eu.project.ttc.engines.exporter
-
- TSVExporter() - Constructor for class eu.project.ttc.engines.exporter.TSVExporter
-
- TxtCollectionReader - Class in eu.project.ttc.readers
-
- TxtCollectionReader() - Constructor for class eu.project.ttc.readers.TxtCollectionReader
-
- txtTags - Variable in class eu.project.ttc.readers.AbstractTermSuiteCollectionReader
-
- V - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- valueOf(String) - Static method in enum eu.project.ttc.engines.cleaner.FilterRules
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.engines.cleaner.TermProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.engines.desc.Lang
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.engines.desc.TermSuiteCollection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.models.CompoundType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.models.OccurrenceStore.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.models.OccurrenceStore.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.models.OccurrenceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.models.VariationType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum eu.project.ttc.engines.cleaner.FilterRules
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.engines.cleaner.TermProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.engines.desc.Lang
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.engines.desc.TermSuiteCollection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.models.CompoundType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.models.OccurrenceStore.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.models.OccurrenceStore.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.models.OccurrenceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.models.VariationType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariantEvalExporter - Class in eu.project.ttc.engines.exporter
-
Exports a
TermIndex
in the tsv evaluation format.
- VariantEvalExporter() - Constructor for class eu.project.ttc.engines.exporter.VariantEvalExporter
-
- VariantRule - Class in eu.project.ttc.engines.variant
-
A syntactic variant rule that is expressed and matched using Groovy.
- VariantRule(String) - Constructor for class eu.project.ttc.engines.variant.VariantRule
-
- VariantRuleBuilder - Class in eu.project.ttc.engines.variant
-
- VariantRuleYamlIO - Class in eu.project.ttc.engines.variant
-
- VariantScorerConfig - Class in eu.project.ttc.termino.engines
-
- VariationPath - Class in eu.project.ttc.models
-
- VariationPath(TermVariation, TermVariation...) - Constructor for class eu.project.ttc.models.VariationPath
-
- VariationPath(List<TermVariation>) - Constructor for class eu.project.ttc.models.VariationPath
-
- VariationType - Enum in eu.project.ttc.models
-
- VERB - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-