C# Class Skight.HelpCenter.Domain.Decomposor

ファイルを表示 Open project: SkightTeam/eLiteWeb Class Usage Examples

Public Methods

Method Description
Decomposor ( int minKeywordsLength, int maxKeywordsLength ) : System.Collections.Generic
decompose ( Sentence sentence ) : IEnumerable

Private Methods

Method Description
Decomposor ( ) : System.Collections.Generic
decompose ( string content ) : IEnumerable

Method Details

Decomposor() public method

public Decomposor ( int minKeywordsLength, int maxKeywordsLength ) : System.Collections.Generic
minKeywordsLength int
maxKeywordsLength int
return System.Collections.Generic

decompose() public method

public decompose ( Sentence sentence ) : IEnumerable
sentence Sentence
return IEnumerable