C# Class Segmenter.Model.Seekers.SubwordExtractor

Holds all methods that will use for segmentation with subwords
Inheritance: WordExtractor
ファイルを表示 Open project: intervals-mining-lab/libiada-core

Protected Properties

Property Type Description
minusOneEntry Segmenter.Base.Collectors.DataCollector
minusTwoEntry Segmenter.Base.Collectors.DataCollector

Protected Methods

Method 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 method

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
return void

Property Details

minusOneEntry protected_oe property

The minus one entry.
protected DataCollector,Segmenter.Base.Collectors minusOneEntry
return Segmenter.Base.Collectors.DataCollector

minusTwoEntry protected_oe property

The minus two entry.
protected DataCollector,Segmenter.Base.Collectors minusTwoEntry
return Segmenter.Base.Collectors.DataCollector