C# Class SNCT.JudgeOfRelevancy

Afficher le fichier Open project: samueltenka/SNCT Class Usage Examples

Méthodes publiques

Méthode Description
JudgeOfRelevancy ( SortedDictionary thesaurus_ ) : System
build_JoR ( ) : Task
get_direct_relevance ( String text, String query, HashSet query_content_words ) : double
get_synonyms ( String word ) : HashSet

Private Methods

Méthode Description
get_category_words_of ( String query ) : String[]
get_text ( String filename ) : Task
get_word_similarity ( String word1, String word2 ) : double

Method Details

JudgeOfRelevancy() public méthode

public JudgeOfRelevancy ( SortedDictionary thesaurus_ ) : System
thesaurus_ SortedDictionary
Résultat System

build_JoR() public static méthode

public static build_JoR ( ) : Task
Résultat Task

get_direct_relevance() public méthode

public get_direct_relevance ( String text, String query, HashSet query_content_words ) : double
text String
query String
query_content_words HashSet
Résultat double

get_synonyms() public méthode

public get_synonyms ( String word ) : HashSet
word String
Résultat HashSet