C# Class Segmenter.Base.Seekers.Converters.Filter

Filters a sequence of signs in compliance with set rules. The filter handles only words
Mostra file Open project: intervals-mining-lab/libiada-core Class Usage Examples

Protected Properties

Property Type Description
Chain ComplexChain
replacement string

Public Methods

Method Description
Filter ( ComplexChain chain ) : LibiadaCore.Core.SimpleTypes

Initializes a new instance of the Filter class.

FilterOut ( string str ) : int

Removes all specified entry letters in any word

GetChain ( ) : ComplexChain

The get chain.

Replace ( string str, string replacement ) : int

Replaces all specified entry letters in any word

Private Methods

Method Description
Hints ( int len, string str ) : int

The hints.

Method Details

Filter() public method

Initializes a new instance of the Filter class.
public Filter ( ComplexChain chain ) : LibiadaCore.Core.SimpleTypes
chain ComplexChain /// The chain. ///
return LibiadaCore.Core.SimpleTypes

FilterOut() public method

Removes all specified entry letters in any word
public FilterOut ( string str ) : int
str string specified substring
return int

GetChain() public method

The get chain.
public GetChain ( ) : ComplexChain
return ComplexChain

Replace() public method

Replaces all specified entry letters in any word
public Replace ( string str, string replacement ) : int
str string specified substring
replacement string something that must be replaced
return int

Property Details

Chain protected_oe property

The chain.
protected ComplexChain Chain
return ComplexChain

replacement protected_oe property

The replacement.
protected string replacement
return string