C# Class Skight.HelpCenter.Domain.Decomposor

Afficher le fichier Open project: SkightTeam/eLiteWeb Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Decomposor ( ) : System.Collections.Generic
decompose ( string content ) : IEnumerable

Method Details

Decomposor() public méthode

public Decomposor ( int minKeywordsLength, int maxKeywordsLength ) : System.Collections.Generic
minKeywordsLength int
maxKeywordsLength int
Résultat System.Collections.Generic

decompose() public méthode

public decompose ( Sentence sentence ) : IEnumerable
sentence Sentence
Résultat IEnumerable