C# Class Segmenter.Model.Seekers.SubwordExtractor

Holds all methods that will use for segmentation with subwords
Inheritance: WordExtractor
Afficher le fichier Open project: intervals-mining-lab/libiada-core

Protected Properties

Свойство Type Description
minusOneEntry Segmenter.Base.Collectors.DataCollector
minusTwoEntry Segmenter.Base.Collectors.DataCollector

Méthodes protégées

Méthode Description
FindLess ( StartIterator it ) : void

Do not ask any questions, because it really very fast and redundant is also to the point Please do learn java performance

Method Details

FindLess() protected méthode

Do not ask any questions, because it really very fast and redundant is also to the point Please do learn java performance
protected FindLess ( StartIterator it ) : void
it Segmenter.Base.Iterators.StartIterator it only iterator from start
Résultat void

Property Details

minusOneEntry protected_oe property

The minus one entry.
protected DataCollector,Segmenter.Base.Collectors minusOneEntry
Résultat Segmenter.Base.Collectors.DataCollector

minusTwoEntry protected_oe property

The minus two entry.
protected DataCollector,Segmenter.Base.Collectors minusTwoEntry
Résultat Segmenter.Base.Collectors.DataCollector