C# Class Segmenter.Model.PositionFilter

Cleaning all cross words in the sequence
显示文件 Open project: intervals-mining-lab/libiada-core

Public Methods

Method Description
Filtrate ( List std, int winLen ) : List

Returns non cross word's positions

Method Details

Filtrate() public static method

Returns non cross word's positions
public static Filtrate ( List std, int winLen ) : List
std List positions of words
winLen int length of the scanning window
return List