- 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
-
- AbstractTermSelector - Class in eu.project.ttc.models.index.selectors
-
- AbstractTermSelector(boolean) - Constructor for class eu.project.ttc.models.index.selectors.AbstractTermSelector
-
- 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
-
- addVariant(TermIndex, Term, String) - Method in class eu.project.ttc.tools.utils.IndexerTSVBuilder
-
- addWatchedTerms(Iterable<String>) - Method in class eu.project.ttc.history.TermHistory
-
- addWatchedTerms(String[]) - Method in class eu.project.ttc.history.TermHistory
-
- 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(String, String, 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
-
- aeContextualizer(int, boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Computes the
Contextualizer
vector of all
single-word terms in the term index.
- aeDocumentLogger(long) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- aeExtensionDetector() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Detects all inclusion/extension relation between terms that have size >= 2.
- aeFixedExpressionSpotter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Spots fixed expressions in the CAS an creates FixedExpression
annotation whenever one is found.
- aeFixedExpressionTermMarker() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- 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.
- aePrefixSplitter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Naive morphological analysis of prefix compounds based on a
prefix dictionary resource
- 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.
- aeSuffixDerivationDetector() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- 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
-
- aeTermOccAnnotationImporter() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
An AE thats imports all
TermOccAnnotation
in CAS to a
TermIndex
.
- 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
-
- 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
-
- align(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
-
- allRulesFailed(JCas) - Method in class eu.project.ttc.engines.RegexSpotter
-
- allSizeComponents(Word) - Static method in class eu.project.ttc.engines.morpho.CompoundUtils
-
Returns all possible components for a compound word
by combining its atomic components.
- ALPHA - Static variable in class eu.project.ttc.engines.morpho.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.
- 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
-
- asLemmaPairs(Word) - Static method in class eu.project.ttc.engines.morpho.CompoundUtils
-
- 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
-
- CHECK_IF_MORPHO_EXTENSION_IS_IN_CORPUS - Static variable in class eu.project.ttc.engines.morpho.PrefixSplitter
-
- 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
-
- ClasspathURLHandler - Class in eu.project.ttc.utils.protocols
-
- ClasspathURLHandler() - Constructor for class eu.project.ttc.utils.protocols.ClasspathURLHandler
-
- ClasspathURLHandler(ClassLoader) - Constructor for class eu.project.ttc.utils.protocols.ClasspathURLHandler
-
- classpathURLHandler() - Static method in class eu.project.ttc.utils.URLUtils
-
- 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.tools.TermSuiteResourceManager
-
- 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.IstexCollectionReader
-
- 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.CasStatCounter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.cleaner.AbstractTermIndexCleaner
-
- 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.CompoundExporterAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.exporter.EvalExporterAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.exporter.ExportVariationRuleExamplesAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.exporter.JsonExporterAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.exporter.TbxExporterAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.exporter.TSVExporterAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.exporter.VariantEvalExporterAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.exporter.VariationExporterAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.ExtensionDetecter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.FixedExpressionSpotter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.FixedExpressionTermMarker
-
- 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.morpho.CompostAE
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.morpho.ManualCompositionSetter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.morpho.ManualPrefixSetter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.morpho.PrefixSplitter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.morpho.SuffixDerivationDetecter
-
- collectionProcessComplete() - Method in class eu.project.ttc.engines.morpho.SuffixDerivationExceptionSetter
-
- 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.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
-
- CollectionUtils - Class in eu.project.ttc.utils
-
- CollectionUtils() - Constructor for class eu.project.ttc.utils.CollectionUtils
-
- COLONS - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- combineAndProduct(List<? extends Set<? extends T>>) - Static method in class eu.project.ttc.utils.CollectionUtils
-
Transforms a list of sets into a set of element pairs,
which is the union of all cartesian products of
all pairs of sets.
- 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.morpho.CuttingPoint
-
- compareTo(Segment) - Method in class eu.project.ttc.engines.morpho.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.morpho
-
- CompostAE() - Constructor for class eu.project.ttc.engines.morpho.CompostAE
-
- CompostDicoEntry - Class in eu.project.ttc.engines.morpho
-
- CompostDicoEntry() - Constructor for class eu.project.ttc.engines.morpho.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.morpho
-
- CompostIndexEntry() - Constructor for class eu.project.ttc.engines.morpho.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.termino.export
-
- CompoundExporterAE - Class in eu.project.ttc.engines.exporter
-
- CompoundExporterAE() - Constructor for class eu.project.ttc.engines.exporter.CompoundExporterAE
-
- CompoundSplitter - Class in eu.project.ttc.engines
-
- CompoundSplitter() - Constructor for class eu.project.ttc.engines.CompoundSplitter
-
- CompoundType - Enum in eu.project.ttc.models
-
- CompoundUtils - Class in eu.project.ttc.engines.morpho
-
A set of helper methods for compound words and for iteration
over word components (see
TermValueProviders
).
- CompoundUtils() - Constructor for class eu.project.ttc.engines.morpho.CompoundUtils
-
- 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.
- configure(TerminoFilterConfig) - Method in class eu.project.ttc.api.TerminoFilterer
-
- 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
-
- contains(Annotation, Annotation) - Static method in class eu.project.ttc.utils.JCasUtils
-
- containsAll(Collection<?>) - Method in class eu.project.ttc.resources.SimpleWordSet
-
- containsLemma(String) - Method in class eu.project.ttc.resources.FixedExpressionResource
-
- containsStrictly(Annotation, Annotation) - Static method in class eu.project.ttc.utils.JCasUtils
-
- 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
-
- ControlFilesGenerator - Class in eu.project.ttc.tools.utils
-
A tool that generates all control files required for
functional tests from a
TermIndex
.
- ControlFilesGenerator(TermIndex) - Constructor for class eu.project.ttc.tools.utils.ControlFilesGenerator
-
- 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(TermIndex) - Static method in class eu.project.ttc.api.TerminoFilterer
-
- create() - Static method in class eu.project.ttc.api.Traverser
-
- create() - Method in class eu.project.ttc.engines.variant.VariantRuleBuilder
-
- create(String, Class<?>, String) - Static method in class eu.project.ttc.history.PipelineEvent
-
- create(String...) - Static method in class eu.project.ttc.history.TermHistory
-
- create() - Method in class eu.project.ttc.models.TermBuilder
-
- create(String, String) - Static method in class eu.project.ttc.models.TermWord
-
- 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(Lang, Path) - Static method in class eu.project.ttc.tools.api.internal.DocumentFactory
-
- 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(TermIndex) - 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
-
- createFromParentString(int, int, String) - Static method in class eu.project.ttc.engines.morpho.Segment
-
- 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
-
- customAE(AnalysisEngineDescription, String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Aggregates an AE to the TS pipeline.
- 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.morpho
-
- GAMMA - Static variable in class eu.project.ttc.engines.morpho.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
-
- generate(File) - Method in class eu.project.ttc.tools.utils.ControlFilesGenerator
-
- 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(String, TermIndex) - 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
-
- getAbstract() - Method in class eu.project.ttc.readers.IstexDocument
-
- getAdapter(Term) - Method in class eu.project.ttc.models.scored.ScoredModel
-
- 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
-
- getBaseForm(TermWord) - Method in class eu.project.ttc.resources.SuffixDerivation
-
- 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.morpho.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
-
- getCharset() - Method in enum eu.project.ttc.engines.desc.TermSuiteCollection
-
- getChartAxisPoints(boolean) - Method in class eu.project.ttc.resources.EvalTrace
-
- getClass(TermIndex, Term) - Method in class eu.project.ttc.models.index.TermSingleValueProvider
-
- getClasses(TermIndex, Term) - Method in class eu.project.ttc.models.index.TermSingleValueProvider
-
- getClasses(TermIndex, 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
-
- getCompostMaxComponentNumber() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getCompostMinComponentSize() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getCompostScoreThreshold() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getCompoundsFileName() - Static method in class eu.project.ttc.tools.utils.ControlFilesGenerator
-
- 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
-
- getDate() - Method in class eu.project.ttc.history.PipelineEvent
-
- getDerivatesFileName() - Static method in class eu.project.ttc.tools.utils.ControlFilesGenerator
-
- getDerivateSuffix() - Method in class eu.project.ttc.resources.SuffixDerivation
-
- getDerivations() - Method in class eu.project.ttc.resources.SuffixDerivationList
-
- getDerivationsFromDerivateForm(String, String) - Method in class eu.project.ttc.resources.SuffixDerivationList
-
- getDerivationsFromDerivateForm(TermWord) - Method in class eu.project.ttc.resources.SuffixDerivationList
-
- getDescription() - Method in enum eu.project.ttc.tools.TermSuiteResource
-
- getDico() - Method in class eu.project.ttc.engines.BilingualAligner
-
- getDicoEntry() - Method in class eu.project.ttc.engines.morpho.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
-
- getDocumentSize() - Method in class org.apache.uima.examples.SourceDocumentInformation
-
getter for documentSize - gets Size of original document in bytes before processing by CAS Initializer.
- getDocumentSize(int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- 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.JsonCollectionReader
-
- getDocumentText(String, String) - Method in class eu.project.ttc.readers.TeiCollectionReader
-
- getDocumentText(String, String) - Method in class eu.project.ttc.readers.TxtCollectionReader
-
- getDocumentText(String, String) - Method in class eu.project.ttc.readers.XmiCollectionReader
-
- getDoubleValue(TermIndex, Term) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getDoubleValue(Term) - Method in enum eu.project.ttc.engines.cleaner.TermProperty
-
- getElement1() - Method in class eu.project.ttc.utils.Pair
-
- getElement2() - Method in class eu.project.ttc.utils.Pair
-
- getElements() - Method in class eu.project.ttc.resources.SimpleWordSet
-
- getEnd() - Method in class eu.project.ttc.engines.morpho.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
-
Deprecated.
- getEvents(String) - Method in class eu.project.ttc.history.TermHistory
-
- 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
-
- getFilterProperty() - Method in class eu.project.ttc.api.TerminoFilterConfig
-
- getFilterType() - Method in class eu.project.ttc.api.TerminoFilterConfig
-
- getFixedExpressionLemmas() - Method in class eu.project.ttc.resources.FixedExpressionResource
-
- 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
-
- getFromPattern() - Method in class eu.project.ttc.resources.SuffixDerivation
-
- getFScore(double) - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- getFSGenerator() - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- 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.
- getGroupingKey() - Method in class eu.project.ttc.models.Term
-
- getGroupingKey() - Method in class eu.project.ttc.models.TermBuilder
-
- 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
-
- getHistory() - Method in class eu.project.ttc.history.TermHistoryResource
-
- getHistoryResourceName() - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- 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.morpho.CuttingPoint
-
- getIndex() - Method in class eu.project.ttc.engines.variant.VariantRule
-
- 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.stream.ConsumerRegistry
-
Returns the registry singleton.
- getInstance() - Static method in class eu.project.ttc.tools.TermSuiteResourceManager
-
- getInstance(Class<?>) - Static method in class eu.project.ttc.tools.UIMASlf4jWrapperLogger
-
- getInstance() - Static method in class eu.project.ttc.tools.UIMASlf4jWrapperLogger
-
- 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
-
- getLabel() - Method in class eu.project.ttc.resources.SuffixDerivationList.SuffixDerivationEntry
-
- getLang() - Method in class eu.project.ttc.api.Document
-
- 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
- getLanguage() - Method in class eu.project.ttc.readers.IstexDocument
-
- 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 !
- getLastSegment() - Method in class org.apache.uima.examples.SourceDocumentInformation
-
getter for lastSegment - gets For a CAS that represents a segment of a larger source document, this flag indicates whether this CAS is the final segment of the source document.
- getLastSegment(int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- getLcTermsFound() - Method in class eu.project.ttc.resources.EvalTrace.RecPoint
-
- getLemma() - Method in class eu.project.ttc.engines.morpho.Segment
-
- getLemma() - Method in class eu.project.ttc.engines.morpho.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.models.WordBuilder
-
- 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
-
- getLongName() - Method in enum eu.project.ttc.engines.BilingualAligner.AlignmentMethod
-
- getMatchingRule(Object, Object) - Method in class eu.project.ttc.resources.GroovyVariantRules
-
Deprecated.
- getMatchingRule(VariantRuleIndex, Term, Term) - Method in class eu.project.ttc.resources.YamlVariantRules
-
- 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.BilingualAligner.RequiresSize2Exception
-
- getMessage() - Method in exception eu.project.ttc.engines.desc.LanguageException
-
- getMessage() - Method in class eu.project.ttc.history.PipelineEvent
-
- getMethod() - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- getMin() - Method in class eu.project.ttc.models.index.TermMeasure
-
- getMongoDBOccStore() - Method in class eu.project.ttc.api.JsonOptions
-
- 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 enum eu.project.ttc.tools.Tagger
-
- 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
-
- 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.IstexCollectionReader
-
- 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
-
- 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.morpho.CuttingPoint
-
- getOffsetInSource() - Method in class org.apache.uima.examples.SourceDocumentInformation
-
getter for offsetInSource - gets Byte offset of the start of document content within original source file or other input source.
- getOffsetInSource(int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- 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
-
- getPath(Lang) - Method in enum eu.project.ttc.tools.TermSuiteResource
-
- getPath(Lang, Tagger) - Method in enum eu.project.ttc.tools.TermSuiteResource
-
- getPathPattern() - Method in enum eu.project.ttc.tools.TermSuiteResource
-
- getPattern() - 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.
- 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
-
- getPrefix(String) - Method in class eu.project.ttc.resources.PrefixTree
-
- getPrefixFileName() - Static method in class eu.project.ttc.tools.utils.ControlFilesGenerator
-
- 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.IstexCollectionReader
-
- 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.engines.BilingualAligner.TranslationCandidate
-
- 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
-
- getRegularSuffix() - Method in class eu.project.ttc.resources.SuffixDerivation
-
- getScore() - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- getScore() - Method in class eu.project.ttc.engines.morpho.SegmentScoreEntry
-
- getScore() - Method in class eu.project.ttc.models.TermVariation
-
- getScorerConfig() - Method in enum eu.project.ttc.engines.desc.Lang
-
- getSegmentation(String) - Method in class eu.project.ttc.resources.ManualSegmentationResource
-
- getSegmentations(String, int, int) - Static method in class eu.project.ttc.engines.morpho.Segmentation
-
- getSegments() - Method in class eu.project.ttc.engines.morpho.Segmentation
-
- getSegmentString() - Method in class eu.project.ttc.engines.morpho.SegmentScoreEntry
-
- getShortName() - Method in enum eu.project.ttc.engines.BilingualAligner.AlignmentMethod
-
- 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
-
- getShortName() - Method in enum eu.project.ttc.tools.Tagger
-
- getSingleWordTermId(WordAnnotation) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
- getSingleWordTerms(TermIndex, Term) - 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
-
- getSource() - Method in class eu.project.ttc.history.PipelineEvent
-
- 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
-
- 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.engines.morpho.Segmentation
-
- getString() - Method in class eu.project.ttc.resources.ReferenceTermList.RTLTerm
-
- getSubstring() - Method in class eu.project.ttc.engines.morpho.Segment
-
- getSubTermOccAnnotations(TermOccAnnotation) - Method in class eu.project.ttc.models.TermSuiteCas
-
- getSubWordAnnotations(TermOccAnnotation) - Method in class eu.project.ttc.models.TermSuiteCas
-
- getSuffix() - Method in class eu.project.ttc.resources.SuffixDerivationList.SuffixDerivationEntry
-
- getSum() - Method in class eu.project.ttc.models.index.TermMeasure
-
- getSyntacticLabel() - Method in class eu.project.ttc.models.TermWord
-
- getSyntacticRuleFileName(String) - Static method in class eu.project.ttc.tools.utils.ControlFilesGenerator
-
- getTargetPatterns() - Method in class eu.project.ttc.engines.variant.VariantRule
-
- getTaskObserver(String) - Method in class eu.project.ttc.resources.ObserverResource
-
- 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.GroovyTerm
-
- 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.
- getTermKey() - Method in class eu.project.ttc.history.PipelineEvent
-
- 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
-
- getTermWord() - Method in class eu.project.ttc.models.GroovyWord
-
- getText() - Method in class eu.project.ttc.api.Document
-
- getText() - Method in class eu.project.ttc.engines.morpho.CompostDicoEntry
-
- getText() - Method in class eu.project.ttc.engines.morpho.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.api.TerminoFilterConfig
-
- getThreshhold() - Method in class eu.project.ttc.models.index.selectors.FrequencyUnderThreshholdSelector
-
- getTitle() - Method in class eu.project.ttc.readers.IstexDocument
-
- getTitle() - Method in enum eu.project.ttc.tools.TermSuiteResource
-
- getToPattern() - Method in class eu.project.ttc.resources.SuffixDerivation
-
- getTopN() - Method in class eu.project.ttc.api.TerminoFilterConfig
-
- 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
-
- getType() - Method in class eu.project.ttc.resources.SuffixDerivation
-
- getTypeIndexID() - Method in class org.apache.uima.examples.SourceDocumentInformation
-
- getUimaCas() - Method in class eu.project.ttc.models.TermSuiteCas
-
- getUncommentedLines(File, Charset) - Static method in class eu.project.ttc.utils.FileUtils
-
- getUri() - Method in interface eu.project.ttc.readers.CollectionDocument
-
The unique identifier of the document.
- getUri() - Method in class org.apache.uima.examples.SourceDocumentInformation
-
getter for uri - gets URI of document.
- getUri(int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- getUrl() - Method in class eu.project.ttc.api.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
-
- getVariantRules(VariantRuleIndex) - 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
-
- getVariations(TermIndex) - Static method in class eu.project.ttc.utils.TermIndexUtils
-
- 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.index.selectors.HasSingleWordVariationSelector
-
- 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
-
- 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
-
Deprecated.
- GroovyVariantRules() - Constructor for class eu.project.ttc.resources.GroovyVariantRules
-
Deprecated.
- GroovyWord - Class in eu.project.ttc.models
-
- GroovyWord(TermWord, GroovyAdapter) - Constructor for class eu.project.ttc.models.GroovyWord
-
- sameIndexes(Annotation, Annotation) - Static method in class eu.project.ttc.utils.JCasUtils
-
- save(Writer, TermIndex, JsonOptions) - Static method in class eu.project.ttc.models.index.JsonTermIndexIO
-
- saveEvent(String, Class<?>, String) - Method in class eu.project.ttc.history.TermHistory
-
- SCOPE - Static variable in class eu.project.ttc.engines.Contextualizer
-
- score(TermIndex) - Method in class eu.project.ttc.termino.engines.TermVariationScorer
-
- SCORE_THRESHOLD - Static variable in class eu.project.ttc.engines.morpho.CompostAE
-
- SCORE_ZERO - Static variable in class eu.project.ttc.engines.morpho.SegmentScoreEntry
-
- ScoredModel - Class in eu.project.ttc.models.scored
-
- ScoredModel() - Constructor for class eu.project.ttc.models.scored.ScoredModel
-
- scoredModel - Variable in class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- ScoredTerm - Class in eu.project.ttc.models.scored
-
- ScoredTerm(ScoredModel, Term) - Constructor for class eu.project.ttc.models.scored.ScoredTerm
-
- ScoredTermOrVariant - Class in eu.project.ttc.models.scored
-
- ScoredTermOrVariant(ScoredModel, Term) - Constructor for class eu.project.ttc.models.scored.ScoredTermOrVariant
-
- ScoredVariation - Class in eu.project.ttc.models.scored
-
- ScoredVariation(ScoredModel, TermVariation) - Constructor for class eu.project.ttc.models.scored.ScoredVariation
-
- ScorerAE - Class in eu.project.ttc.engines
-
- ScorerAE() - Constructor for class eu.project.ttc.engines.ScorerAE
-
- Segment - Class in eu.project.ttc.engines.morpho
-
- Segment(int, int) - Constructor for class eu.project.ttc.engines.morpho.Segment
-
- SEGMENT_SIMILARITY_THRESHOLD - Static variable in class eu.project.ttc.engines.morpho.CompostAE
-
- Segmentation - Class in eu.project.ttc.engines.morpho
-
- Segmentation(String, Segment...) - Constructor for class eu.project.ttc.engines.morpho.Segmentation
-
- SegmentationParser - Class in eu.project.ttc.io
-
- SegmentationParser() - Constructor for class eu.project.ttc.io.SegmentationParser
-
- SegmentScoreEntry - Class in eu.project.ttc.engines.morpho
-
- SegmentScoreEntry(String, String, float, CompostIndexEntry) - Constructor for class eu.project.ttc.engines.morpho.SegmentScoreEntry
-
- select(Term) - Method in class eu.project.ttc.models.index.selectors.AbstractTermSelector
-
- select(TermIndex, Term) - Method in class eu.project.ttc.models.index.selectors.AbstractTermSelector
-
- select(TermIndex, Term) - Method in class eu.project.ttc.models.index.selectors.FrequencyUnderThreshholdSelector
-
- select(TermIndex, Term) - Method in class eu.project.ttc.models.index.selectors.HasSingleWordVariationSelector
-
- select(Term) - Method in interface eu.project.ttc.models.index.selectors.TermSelector
-
- select(TermIndex, Term) - Method in interface eu.project.ttc.models.index.selectors.TermSelector
-
- selectCompounds(TermIndex) - Static method in class eu.project.ttc.utils.TermIndexUtils
-
- selectTermVariations(TermIndex, VariationType, String) - Static method in class eu.project.ttc.utils.TermIndexUtils
-
- selectTermVariations(TermIndex, VariationType...) - Static method in class eu.project.ttc.utils.TermIndexUtils
-
- selectTermVariationsByInfo(TermIndex, String) - Static method in class eu.project.ttc.utils.TermIndexUtils
-
- serialize(Writer, JCas) - Static method in class eu.project.ttc.readers.TermSuiteJsonCasSerializer
-
- setAbstract(String) - Method in class eu.project.ttc.readers.IstexDocument
-
- setAddSpottedAnnoToTermIndex(boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setAssocRate(double) - Method in class eu.project.ttc.models.ContextVector.Entry
-
- setBases(SortedSet<TermVariation>) - Method in class eu.project.ttc.models.Term
-
Deprecated.
- setCharset(Charset) - Method in class eu.project.ttc.tools.PreProcessor
-
- setCollection(TermSuiteCollection, String, String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Creates a collection reader for this pipeline.
- setCollection(TermSuiteCollection, String, String, String, String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setComposition(CompoundType, List<Component>) - Method in class eu.project.ttc.models.Word
-
- setCompostCoeffs(float, float, float, float) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setCompostMaxComponentNum(int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setCompostMinComponentSize(int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setCompostScoreThreshold(float) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setCompostSegmentSimilarityThreshold(float) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setCompoundType(CompoundType) - Method in class eu.project.ttc.models.WordBuilder
-
- setConfigurationParameterDeclarations() - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- setContextAssocRateMeasure(String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setContextualizeCoTermsType(OccurrenceType) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setContextualizeWithCoOccurrenceFrequencyThreshhold(int) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setContextualizeWithTermClasses(boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setContextVector(ContextVector) - Method in class eu.project.ttc.models.Term
-
- setContextVector(ContextVector) - Method in class eu.project.ttc.models.TermBuilder
-
- setCoOccurrences(String, double, int) - Method in class eu.project.ttc.models.Context
-
- setCorpusId(String) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- setCorpusId(String) - Method in interface eu.project.ttc.models.TermIndex
-
- setDicoPath(String) - Method in class eu.project.ttc.tools.TermSuiteAlignerBuilder
-
- setDistance(SimilarityDistance) - Method in class eu.project.ttc.engines.BilingualAligner
-
Overrides the default distance measure.
- setDistance(SimilarityDistance) - Method in class eu.project.ttc.tools.TermSuiteAlignerBuilder
-
- setDistanceCosine() - Method in class eu.project.ttc.tools.TermSuiteAlignerBuilder
-
- setDistanceJaccard() - Method in class eu.project.ttc.tools.TermSuiteAlignerBuilder
-
- setDocumentSize(int) - Method in class org.apache.uima.examples.SourceDocumentInformation
-
setter for documentSize - sets Size of original document in bytes before processing by CAS Initializer.
- setDocumentSize(int, int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- setExportJsonWithContext(boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setExportJsonWithOccurrences(boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setExtensionGainTh(double) - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- setExtensionSpecTh(double) - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- setExternalResources() - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- setFailThreshold(double) - Method in class eu.project.ttc.metrics.DiacriticInsensitiveLevenshtein
-
- setFailThreshold(double) - Method in interface eu.project.ttc.metrics.EditDistance
-
- setFailThreshold(double) - Method in class eu.project.ttc.metrics.Levenshtein
-
- setFailThreshold(double) - Method in class eu.project.ttc.metrics.LongestCommonSubsequence
-
- setFixedExpression(boolean) - Method in class eu.project.ttc.models.Term
-
- setFlowController() - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- setFrequency(int) - Method in class eu.project.ttc.models.Term
-
- setFrequency(int) - Method in class eu.project.ttc.models.TermBuilder
-
- setFrequencyNorm(double) - Method in class eu.project.ttc.models.Term
-
- setFrequencyNorm(double) - Method in class eu.project.ttc.models.TermBuilder
-
- setGeneralFrequencyNorm(double) - Method in class eu.project.ttc.models.Term
-
- setGeneralFrequencyNorm(double) - Method in class eu.project.ttc.models.TermBuilder
-
- setGlobalLogLevel(String) - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
- setGlobalLogLevel(Level) - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
- setGraphicalVariantSimilarityThreshold(float) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setGroovyAdapter(GroovyAdapter) - Method in class eu.project.ttc.engines.variant.VariantRule
-
- setGroovyAdapter(GroovyAdapter) - Method in class eu.project.ttc.engines.variant.VariantRuleBuilder
-
- setGroupingKey(String) - Method in class eu.project.ttc.models.TermBuilder
-
- setHistory(TermHistory) - Method in class eu.project.ttc.termino.engines.TermVariationScorer
-
- setHistory(TermHistory) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setId(int) - Method in class eu.project.ttc.models.TermBuilder
-
- setInCorpus(boolean) - Method in class eu.project.ttc.engines.morpho.CompostDicoEntry
-
- setInCorpus(boolean) - Method in class eu.project.ttc.engines.morpho.CompostIndexEntry
-
- setInDico(boolean) - Method in class eu.project.ttc.engines.morpho.CompostDicoEntry
-
- setInDico(boolean) - Method in class eu.project.ttc.engines.morpho.CompostIndexEntry
-
- setInlineString(String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setInNeoClassicalPrefix(boolean) - Method in class eu.project.ttc.engines.morpho.CompostDicoEntry
-
- setInNeoClassicalPrefix(boolean) - Method in class eu.project.ttc.engines.morpho.CompostIndexEntry
-
- setIstexCollection(String, List<String>) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setKeepVariantsWhileCleaning(boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setLanguage(String) - Method in class eu.project.ttc.readers.IstexDocument
-
- setLastSegment(boolean) - Method in class org.apache.uima.examples.SourceDocumentInformation
-
setter for lastSegment - sets For a CAS that represents a segment of a larger source document, this flag indicates whether this CAS is the final segment of the source document.
- setLastSegment(int, boolean) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- setLemma(String) - Method in class eu.project.ttc.engines.morpho.Segment
-
- setLemma(String) - Method in class eu.project.ttc.models.LemmaStemHolder
-
- setLemma(String) - Method in class eu.project.ttc.models.WordBuilder
-
- setLevel(Level) - Method in class eu.project.ttc.tools.UIMASlf4jWrapperLogger
-
- setLogLevel(Object...) - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
- setMateModelPath(String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setMongoDBOccurrenceStore(String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Stores occurrences to MongoDB
- setNeoclassical(boolean) - Method in class eu.project.ttc.engines.morpho.Segment
-
- setOffsetInSource(int) - Method in class org.apache.uima.examples.SourceDocumentInformation
-
setter for offsetInSource - sets Byte offset of the start of document content within original source file or other input source.
- setOffsetInSource(int, int) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- setOrthographicScoreTh(double) - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- setOutputStream(PrintStream) - Method in class eu.project.ttc.tools.UIMASlf4jWrapperLogger
-
- setOutputStream(OutputStream) - Method in class eu.project.ttc.tools.UIMASlf4jWrapperLogger
-
- setParameter(String, String) - Method in class eu.project.ttc.tools.utils.AggregateAnalysisEngine
-
- setPattern(String) - Method in class eu.project.ttc.models.Term
-
- setPostProcessingStrategy(String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Sets the post processing strategy for
RegexSpotter
analysis engine
- setPrimaryOccurrence(boolean) - Method in class eu.project.ttc.models.TermOccurrence
-
- setRank(int) - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- setRank(int) - Method in class eu.project.ttc.models.scored.ScoredTerm
-
- setRank(int) - Method in class eu.project.ttc.models.Term
-
- setRank(int) - Method in class eu.project.ttc.models.TermBuilder
-
- setResourceDir(String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Invoke this method if TermSuite resources are accessible via
a "file:/path/to/res/" url, i.e. they can be found locally.
- setResourceJar(String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setResourceManager(ResourceManager) - Method in class eu.project.ttc.tools.UIMASlf4jWrapperLogger
-
- setResourceUrlPrefix(String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setRtlSize(int) - Method in class eu.project.ttc.resources.EvalTrace
-
- setScore(double) - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- setScore(double) - Method in class eu.project.ttc.models.TermVariation
-
- setShowVariants(boolean) - Method in class eu.project.ttc.api.TsvOptions
-
- setSourceTerminology(TermIndex) - Method in class eu.project.ttc.tools.TermSuiteAlignerBuilder
-
- setSpecificity(double) - Method in class eu.project.ttc.models.Term
-
- setSpecificity(double) - Method in class eu.project.ttc.models.TermBuilder
-
- setSpottedTermsNum(int) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- setSpottedTermsNum(int) - Method in interface eu.project.ttc.models.TermIndex
-
- setSpottingRule(String) - Method in class eu.project.ttc.models.TermBuilder
-
- setSpotWithOccurrences(boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setStem(String) - Method in class eu.project.ttc.models.Word
-
- setStem(String) - Method in class eu.project.ttc.models.WordBuilder
-
- setSubstring(String) - Method in class eu.project.ttc.engines.morpho.Segment
-
- setTaggerPath(Path) - Method in class eu.project.ttc.tools.PreProcessor
-
- setTargetTerminology(TermIndex) - Method in class eu.project.ttc.tools.TermSuiteAlignerBuilder
-
- setTaskFinished(ObserverResource.SubTaskObserver) - Method in class eu.project.ttc.resources.ObserverResource
-
- setTerm(Term) - Method in class eu.project.ttc.models.TermOccurrence
-
- setTermClass(TermClass) - Method in class eu.project.ttc.models.Term
-
- setTermIndependanceTh(double) - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- setTermIndex(TermIndex) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Sets the term index on which this pipeline will run.
- setText(String) - Method in class eu.project.ttc.engines.morpho.CompostDicoEntry
-
- setText(String) - Method in class eu.project.ttc.engines.morpho.CompostIndexEntry
-
- setTitle(String) - Method in class eu.project.ttc.readers.IstexDocument
-
- setTotalTaskWork(long) - Method in class eu.project.ttc.resources.ObserverResource.SubTaskObserver
-
- setToValueIfNotExists(Properties, String, String) - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
Sets the value
of the specified property
if no
value exists for it in the given properties
.
- setTreeTaggerHome(String) - Method in class eu.project.ttc.api.TerminoExtractor
-
- setTreeTaggerHome(String) - Method in class eu.project.ttc.api.TermSuitePreprocessor
-
- setTreeTaggerHome(String) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- setTsvExportProperties(TermProperty...) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Defines the term properties that appear in tsv export file
- setTsvShowHeaders(boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Configures tsvExporter to (not) show headers on the
first line.
- setTsvShowScores(boolean) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
Configures tsvExporter to (not) show variant scores with the
"V" label
- setUri(String) - Method in class org.apache.uima.examples.SourceDocumentInformation
-
setter for uri - sets URI of document.
- setUri(int, String) - Method in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- setVariantIndependanceTh(double) - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- setVariations(Iterable<ScoredVariation>) - Method in class eu.project.ttc.models.scored.ScoredTerm
-
- setVariations(SortedSet<TermVariation>) - Method in class eu.project.ttc.models.Term
-
Deprecated.
- setVariationScoreTh(double) - Method in class eu.project.ttc.termino.engines.VariantScorerConfig
-
- setWatcher(TermHistory) - Method in class eu.project.ttc.api.TerminoExtractor
-
- setWordAnnotationsNum(int) - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- setWordAnnotationsNum(int) - Method in interface eu.project.ttc.models.TermIndex
-
- SHOW_HEADERS - Static variable in class eu.project.ttc.engines.exporter.TSVExporterAE
-
- SHOW_SCORES - Static variable in class eu.project.ttc.engines.exporter.TSVExporterAE
-
- showAEConfig(AnalysisEngine) - Static method in class eu.project.ttc.utils.JCasUtils
-
- showCompounds(TermIndex, PrintStream, int) - Static method in class eu.project.ttc.utils.TermUtils
-
- showContextVector(ContextVector, int) - Static method in class eu.project.ttc.utils.TermUtils
-
- showHeaders() - Method in class eu.project.ttc.api.TsvOptions
-
- showHeaders(boolean) - Method in class eu.project.ttc.api.TsvOptions
-
- showIndex(TermIndex, PrintStream) - Static method in class eu.project.ttc.utils.TermUtils
-
- showIndex(TermIndex, PrintStream, Optional<Pattern>) - Static method in class eu.project.ttc.utils.TermUtils
-
- showJCas(JCas) - Static method in class eu.project.ttc.utils.JCasUtils
-
- showRank(boolean) - Method in class eu.project.ttc.api.TsvOptions
-
- showScores(boolean) - Method in class eu.project.ttc.api.TsvOptions
-
- showSdiWithCategory(JCas) - Static method in class eu.project.ttc.utils.JCasUtils
-
- showSdiWithCategory2(JCas) - Static method in class eu.project.ttc.utils.JCasUtils
-
- showTermFreq(JCas, int) - Static method in class eu.project.ttc.utils.JCasUtils
-
- showTopNTermsBy(TermIndex, TermMeasure, PrintStream, int) - Static method in class eu.project.ttc.utils.TermUtils
-
- shutdown() - Method in class eu.project.ttc.models.occstore.MongoDBOccurrenceStore.MyMonitorThread
-
- SIMILARITY_THRESHOLD - Static variable in class eu.project.ttc.engines.GraphicalVariantGatherer
-
- SIMILARITY_THRESHOLD - Static variable in class eu.project.ttc.engines.Merger
-
- SimilarityDistance - Interface in eu.project.ttc.metrics
-
An interface for similarity distance measure between
two
ContextVector
s.
- SimpleWordSet - Class in eu.project.ttc.resources
-
A simple list of words (one per line), but also provides
a dictionary API if ","-separated strings are associated (translations)
with the word after a tab.
- SimpleWordSet() - Constructor for class eu.project.ttc.resources.SimpleWordSet
-
- SINGLE_WORD_LEMMA - Static variable in class eu.project.ttc.models.index.TermIndexes
-
- singleWordTermIterator() - Method in class eu.project.ttc.models.index.MemoryTermIndex
-
- singleWordTermIterator() - Method in interface eu.project.ttc.models.TermIndex
-
- size() - Method in class eu.project.ttc.engines.morpho.Segmentation
-
- size() - Method in interface eu.project.ttc.models.index.CustomTermIndex
-
- size() - Method in class eu.project.ttc.models.index.CustomTermIndexImpl
-
- size() - Method in class eu.project.ttc.models.TermClass
-
- size() - Method in class eu.project.ttc.models.VariationPath
-
- size() - Method in class eu.project.ttc.resources.CompostIndex
-
- sort() - Method in class eu.project.ttc.models.Context
-
- sort(Comparator<ScoredTerm>) - Method in class eu.project.ttc.models.scored.ScoredModel
-
- source() - Method in class eu.project.ttc.resources.DictionaryResource
-
- sourceCompound() - Method in class eu.project.ttc.engines.variant.VariantRuleBuilder
-
- SourceDocumentInformation - Class in org.apache.uima.examples
-
Stores detailed information about the original source document from which the current CAS was initialized.
- SourceDocumentInformation() - Constructor for class org.apache.uima.examples.SourceDocumentInformation
-
Never called.
- SourceDocumentInformation(int, TOP_Type) - Constructor for class org.apache.uima.examples.SourceDocumentInformation
-
Internal - constructor used by generator
- SourceDocumentInformation(JCas) - Constructor for class org.apache.uima.examples.SourceDocumentInformation
-
- SourceDocumentInformation(JCas, int, int) - Constructor for class org.apache.uima.examples.SourceDocumentInformation
-
- SourceDocumentInformation_Type - Class in org.apache.uima.examples
-
Stores detailed information about the original source document from which the current CAS was initialized.
- SourceDocumentInformation_Type(JCas, Type) - Constructor for class org.apache.uima.examples.SourceDocumentInformation_Type
-
initialize variables to correspond with Cas Type and Features
- SpotterTSVWriter - Class in eu.project.ttc.engines.exporter
-
Writes spotter cases as TSV.
- SpotterTSVWriter() - Constructor for class eu.project.ttc.engines.exporter.SpotterTSVWriter
-
- start(String) - Static method in class eu.project.ttc.engines.variant.VariantRuleBuilder
-
- start(TermIndex) - Static method in class eu.project.ttc.models.TermBuilder
-
- start() - Static method in class eu.project.ttc.models.TermBuilder
-
- start() - Static method in class eu.project.ttc.models.WordBuilder
-
- start() - Static method in class eu.project.ttc.tools.TermSuiteAlignerBuilder
-
- startChrono() - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
- startElement(String, String, String, Attributes) - Method in class eu.project.ttc.readers.AbstractToTxtSaxHandler
-
- startElement(String, String, String, Attributes) - Method in class eu.project.ttc.readers.TeiToTxtSaxHandler
-
- startTerm(TermIndex, Term, String) - Method in class eu.project.ttc.tools.utils.IndexerTSVBuilder
-
- STAT_NAME - Static variable in class eu.project.ttc.engines.CasStatCounter
-
- status(double, double, String) - Method in class eu.project.ttc.resources.TermSuitePipelineObserver
-
- statusProcessProgress(JCas) - Method in class eu.project.ttc.resources.ObserverResource
-
- statusUpdated(double, String) - Method in interface eu.project.ttc.tools.PipelineListener
-
- stem - Variable in class eu.project.ttc.models.GroovyTerm
-
- stem - Variable in class eu.project.ttc.models.GroovyWord
-
- STOP_LIST - Static variable in class eu.project.ttc.engines.morpho.CompostAE
-
- STOP_WORD_FILTER - Static variable in class eu.project.ttc.engines.RegexSpotter
-
- stopChrono() - Static method in class eu.project.ttc.tools.cli.TermSuiteCLIUtils
-
- stream() - Method in class eu.project.ttc.api.TermSuitePreprocessor
-
- stream(TermIndex) - Method in class eu.project.ttc.api.Traverser
-
- stream(CasConsumer) - Method in class eu.project.ttc.tools.TermSuitePipeline
-
- StreamingCasConsumer - Class in eu.project.ttc.stream
-
An output AE for streaming collection readers.
- StreamingCasConsumer() - Constructor for class eu.project.ttc.stream.StreamingCasConsumer
-
- StreamingCollectionReader - Class in eu.project.ttc.readers
-
- StreamingCollectionReader() - Constructor for class eu.project.ttc.readers.StreamingCollectionReader
-
- STRING_FEATURES - Static variable in class eu.project.ttc.engines.exporter.JsonCasExporter
-
- StringCollectionReader - Class in eu.project.ttc.readers
-
- StringCollectionReader() - Constructor for class eu.project.ttc.readers.StringCollectionReader
-
- StringPreparator - Class in eu.project.ttc.readers
-
- StringPreparator() - Constructor for class eu.project.ttc.readers.StringPreparator
-
- StringRegexFilter - Class in eu.project.ttc.engines
-
- StringRegexFilter() - Constructor for class eu.project.ttc.engines.StringRegexFilter
-
- StringUtils - Class in eu.project.ttc.utils
-
- StringUtils() - Constructor for class eu.project.ttc.utils.StringUtils
-
- subTask(String, int) - Method in class eu.project.ttc.resources.ObserverResource
-
- SubTaskObserver(String, int) - Constructor for class eu.project.ttc.resources.ObserverResource.SubTaskObserver
-
- SUFFIX_DERIVATION_EXCEPTION - Static variable in class eu.project.ttc.engines.morpho.SuffixDerivationExceptionSetter
-
- SUFFIX_DERIVATIONS - Static variable in class eu.project.ttc.resources.SuffixDerivationList
-
- SuffixDerivation - Class in eu.project.ttc.resources
-
- SuffixDerivation(String, String, String, String) - Constructor for class eu.project.ttc.resources.SuffixDerivation
-
- SuffixDerivationDetecter - Class in eu.project.ttc.engines.morpho
-
- SuffixDerivationDetecter() - Constructor for class eu.project.ttc.engines.morpho.SuffixDerivationDetecter
-
- SuffixDerivationEntry(String, String) - Constructor for class eu.project.ttc.resources.SuffixDerivationList.SuffixDerivationEntry
-
- SuffixDerivationExceptionSetter - Class in eu.project.ttc.engines.morpho
-
- SuffixDerivationExceptionSetter() - Constructor for class eu.project.ttc.engines.morpho.SuffixDerivationExceptionSetter
-
- SuffixDerivationList - Class in eu.project.ttc.resources
-
- SuffixDerivationList() - Constructor for class eu.project.ttc.resources.SuffixDerivationList
-
- SuffixDerivationList.SuffixDerivationEntry - Class in eu.project.ttc.resources
-
- sync() - Method in class eu.project.ttc.models.occstore.BlockingThreadPoolExecutor
-
Waits for all queued thread to execute.
- syntacticLabel - Variable in class eu.project.ttc.models.GroovyWord
-
- SyntacticTermGatherer - Class in eu.project.ttc.engines
-
- SyntacticTermGatherer() - Constructor for class eu.project.ttc.engines.SyntacticTermGatherer
-
- 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
-
- Tagger - Enum in eu.project.ttc.tools
-
- 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.GraphicalVariantGatherer
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.Merger
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.morpho.CompostAE
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.morpho.PrefixSplitter
-
- TASK_NAME - Static variable in class eu.project.ttc.engines.morpho.SuffixDerivationDetecter
-
- 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.termino.export
-
- TbxExporterAE - Class in eu.project.ttc.engines.exporter
-
- TbxExporterAE() - Constructor for class eu.project.ttc.engines.exporter.TbxExporterAE
-
- 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_HAS_DERIVATES_LEMMA - Static variable in class eu.project.ttc.models.index.TermIndexes
-
- TERM_HAS_PREFIX_LEMMA - Static variable in class eu.project.ttc.models.index.TermIndexes
-
- TERM_HISTORY - Static variable in class eu.project.ttc.history.TermHistoryResource
-
- 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.TSVExporterAE
-
- 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
.
- TermHistory - Class in eu.project.ttc.history
-
- TermHistory() - Constructor for class eu.project.ttc.history.TermHistory
-
- TermHistoryResource - Class in eu.project.ttc.history
-
- TermHistoryResource() - Constructor for class eu.project.ttc.history.TermHistoryResource
-
- 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
-
- TermIndexIO - Class in eu.project.ttc.api
-
- TermIndexIO() - Constructor for class eu.project.ttc.api.TermIndexIO
-
- 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
-
- TermIndexUtils - Class in eu.project.ttc.utils
-
- TermIndexUtils() - Constructor for class eu.project.ttc.utils.TermIndexUtils
-
- TerminoExtractor - Class in eu.project.ttc.api
-
A builder and launcher class for execute a terminology extraction
pipeline from raw text files or from TermSuite preprocessed files.
- TerminoExtractor() - Constructor for class eu.project.ttc.api.TerminoExtractor
-
- TerminoExtractor.ContextualizerMode - Enum in eu.project.ttc.api
-
- TerminoFilterConfig - Class in eu.project.ttc.api
-
- TerminoFilterConfig() - Constructor for class eu.project.ttc.api.TerminoFilterConfig
-
- TerminoFilterConfig.FilterType - Enum in eu.project.ttc.api
-
- TerminoFilterer - Class in eu.project.ttc.api
-
- TermMeasure - Class in eu.project.ttc.models.index
-
- TermMeasure(TermIndex) - Constructor for class eu.project.ttc.models.index.TermMeasure
-
- TermOccAnnotationImporter - Class in eu.project.ttc.engines
-
Imports all
TermOccAnnotation
to a
TermIndex
.
- TermOccAnnotationImporter() - Constructor for class eu.project.ttc.engines.TermOccAnnotationImporter
-
- 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.index.selectors
-
- 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
-
- TermSuiteException - Exception in eu.project.ttc.api
-
- TermSuiteException() - Constructor for exception eu.project.ttc.api.TermSuiteException
-
- TermSuiteException(String, Throwable, boolean, boolean) - Constructor for exception eu.project.ttc.api.TermSuiteException
-
- TermSuiteException(String, Throwable) - Constructor for exception eu.project.ttc.api.TermSuiteException
-
- TermSuiteException(String) - Constructor for exception eu.project.ttc.api.TermSuiteException
-
- TermSuiteException(Throwable) - Constructor for exception eu.project.ttc.api.TermSuiteException
-
- TermSuiteJsonCasDeserializer - Class in eu.project.ttc.readers
-
Created by smeoni on 27/05/16.
- TermSuiteJsonCasDeserializer() - Constructor for class eu.project.ttc.readers.TermSuiteJsonCasDeserializer
-
- TermsuiteJsonCasExporter - Class in eu.project.ttc.engines.exporter
-
Created by Simon Meoni on 02/06/16.
- TermsuiteJsonCasExporter() - Constructor for class eu.project.ttc.engines.exporter.TermsuiteJsonCasExporter
-
- TermSuiteJsonCasSerializer - Class in eu.project.ttc.readers
-
Created by smeoni on 27/05/16.
- TermSuiteJsonCasSerializer() - Constructor for class eu.project.ttc.readers.TermSuiteJsonCasSerializer
-
- 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
-
- TermSuitePreprocessor - Class in eu.project.ttc.api
-
- TermSuitePreprocessor.OutputFormat - Enum in eu.project.ttc.api
-
- TermSuiteResource - Enum in eu.project.ttc.tools
-
A meta-type for TermSuite linguistic resources.
- 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
-
- 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.TSVExporterAE
-
- 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.
- toComparator(TermIndex) - Method in class eu.project.ttc.api.Traverser
-
- toComponentSets(Iterable<Word>) - Static method in class eu.project.ttc.utils.TermUtils
-
Transforms a term into a list of component sets.
- toCompoundString(Term) - Static method in class eu.project.ttc.tools.utils.ControlFilesGenerator
-
- 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.TSVExporterAE
-
- toGroupingKey() - Method in class eu.project.ttc.models.TermWord
-
- toGroupingKey(RegexOccurrence) - Static method in class eu.project.ttc.utils.TermSuiteUtils
-
- toGroupingKey(TermWord) - Static method in class eu.project.ttc.utils.TermUtils
-
- toIndexString(Pair<Component>) - Static method in class eu.project.ttc.engines.morpho.CompoundUtils
-
- toIterable(Iterator<T>) - Static method in class eu.project.ttc.utils.IteratorUtils
-
- toJson(TermIndex, Writer) - Static method in class eu.project.ttc.api.TermIndexIO
-
- toJson(TermIndex, Writer, JsonOptions) - Static method in class eu.project.ttc.api.TermIndexIO
-
- toJson(String, String) - Method in class eu.project.ttc.api.TermSuitePreprocessor
-
- toList(TermIndex) - Method in class eu.project.ttc.api.Traverser
-
- toList() - Method in class eu.project.ttc.utils.Pair
-
- toOnelineSentences(String) - Static method in class eu.project.ttc.utils.StringUtils
-
Collapse all sequences of line breaks into one single line break.
- TOP_N - Static variable in class eu.project.ttc.engines.cleaner.TermIndexTopNCleaner
-
- TOP_N - Static variable in class eu.project.ttc.engines.exporter.VariantEvalExporterAE
-
- toString() - Method in enum eu.project.ttc.api.Traverser.Direction
-
- toString() - Method in class eu.project.ttc.api.Traverser.Ordering
-
- toString() - Method in class eu.project.ttc.api.Traverser
-
- toString() - Method in class eu.project.ttc.engines.BilingualAligner.TranslationCandidate
-
- toString() - Method in class eu.project.ttc.engines.cleaner.TermIndexThresholdCleaner
-
- toString() - Method in class eu.project.ttc.engines.cleaner.TermIndexTopNCleaner
-
- toString() - Method in enum eu.project.ttc.engines.desc.Lang
-
- toString() - Method in class eu.project.ttc.engines.morpho.CompostAE
-
- toString() - Method in class eu.project.ttc.engines.morpho.CompostIndexEntry
-
- toString() - Method in class eu.project.ttc.engines.morpho.CuttingPoint
-
- toString() - Method in class eu.project.ttc.engines.morpho.Segment
-
- toString() - Method in class eu.project.ttc.engines.morpho.Segmentation
-
- toString() - Method in class eu.project.ttc.engines.morpho.SegmentScoreEntry
-
- toString(String) - Method in class eu.project.ttc.history.TermHistory
-
- toString() - Method in class eu.project.ttc.history.TermHistory
-
- 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.ReferenceTermList.RTLTerm
-
- toString() - Method in class eu.project.ttc.resources.SuffixDerivation
-
- toString() - Method in class eu.project.ttc.utils.Pair
-
- toStringWithVar() - Method in class eu.project.ttc.resources.ReferenceTermList.RTLTerm
-
- toTermSuiteLang(String) - Static method in class eu.project.ttc.utils.IstexUtils
-
- 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.morpho.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
-
- Traverser - Class in eu.project.ttc.api
-
- Traverser(List<Traverser.Ordering>) - Constructor for class eu.project.ttc.api.Traverser
-
- traverser - Variable in class eu.project.ttc.engines.AbstractTermIndexExporter
-
- Traverser.Direction - Enum in eu.project.ttc.api
-
- Traverser.Ordering - Class in eu.project.ttc.api
-
- traverserString - Variable in class eu.project.ttc.engines.AbstractTermIndexExporter
-
- TRAVSER_STRING - Static variable in class eu.project.ttc.engines.AbstractTermIndexExporter
-
- 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.termino.export
-
- TSVExporterAE - Class in eu.project.ttc.engines.exporter
-
- TSVExporterAE() - Constructor for class eu.project.ttc.engines.exporter.TSVExporterAE
-
- TsvOptions - Class in eu.project.ttc.api
-
- TsvOptions() - Constructor for class eu.project.ttc.api.TsvOptions
-
- 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
-
- type - Static variable in class org.apache.uima.examples.SourceDocumentInformation
-
- typeIndexID - Static variable in class org.apache.uima.examples.SourceDocumentInformation
-
- typeIndexID - Static variable in class org.apache.uima.examples.SourceDocumentInformation_Type
-
- V - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-
- valueOf(String) - Static method in enum eu.project.ttc.api.TerminoExtractor.ContextualizerMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.api.TerminoFilterConfig.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.api.TermSuitePreprocessor.OutputFormat
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.api.Traverser.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.engines.BilingualAligner.AlignmentMethod
-
Returns the enum constant of this type with the specified name.
- 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.engines.variant.VariantRuleIndex
-
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.
- valueOf(String) - Static method in enum eu.project.ttc.tools.Tagger
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum eu.project.ttc.tools.TermSuiteResource
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum eu.project.ttc.api.TerminoExtractor.ContextualizerMode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.api.TerminoFilterConfig.FilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.api.TermSuitePreprocessor.OutputFormat
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.api.Traverser.Direction
-
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.BilingualAligner.AlignmentMethod
-
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.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.engines.variant.VariantRuleIndex
-
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.
- values() - Static method in enum eu.project.ttc.tools.Tagger
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum eu.project.ttc.tools.TermSuiteResource
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VariantEvalExporter - Class in eu.project.ttc.termino.export
-
- VariantEvalExporterAE - Class in eu.project.ttc.engines.exporter
-
Exports a
TermIndex
in the tsv evaluation format.
- VariantEvalExporterAE() - Constructor for class eu.project.ttc.engines.exporter.VariantEvalExporterAE
-
- VariantHelper - Class in eu.project.ttc.engines.variant
-
- VariantHelper() - Constructor for class eu.project.ttc.engines.variant.VariantHelper
-
- 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
-
- VariantRuleIndex - Enum in eu.project.ttc.engines.variant
-
- VariantRuleYamlIO - Class in eu.project.ttc.engines.variant
-
- VariantScorerConfig - Class in eu.project.ttc.termino.engines
-
- VARIATION_TYPES - Static variable in class eu.project.ttc.engines.exporter.VariationExporterAE
-
- VariationExporter - Class in eu.project.ttc.termino.export
-
- VariationExporterAE - Class in eu.project.ttc.engines.exporter
-
- VariationExporterAE() - Constructor for class eu.project.ttc.engines.exporter.VariationExporterAE
-
- 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
-
- VariationRuleExamplesExporter - Class in eu.project.ttc.termino.export
-
- VariationType - Enum in eu.project.ttc.models
-
- variationTypes - Variable in class eu.project.ttc.engines.exporter.VariationExporterAE
-
- VERB - Static variable in class eu.project.ttc.utils.TermSuiteConstants
-