C# 클래스 Segmenter.Model.Seekers.SubwordExtractor

Holds all methods that will use for segmentation with subwords
상속: WordExtractor
파일 보기 프로젝트 열기: intervals-mining-lab/libiada-core

보호된 프로퍼티들

프로퍼티 타입 설명
minusOneEntry Segmenter.Base.Collectors.DataCollector
minusTwoEntry Segmenter.Base.Collectors.DataCollector

보호된 메소드들

메소드 설명
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

메소드 상세

FindLess() 보호된 메소드

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
리턴 void

프로퍼티 상세

minusOneEntry 보호되어 있는 프로퍼티

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

minusTwoEntry 보호되어 있는 프로퍼티

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