C# Class SNCT.Finder

Mostrar archivo Open project: samueltenka/SNCT

Public Methods

Method Description
answer ( String text, String query, int num ) : double>.SortedDictionary
answer ( String text, String queries, int num ) : double>>.Task
contentness ( String word ) : double
get_sentences ( String text ) : String[]
sentence_relevance ( String sentence, String query_words ) : double
word_relevance ( String word, String query_words ) : double

Method Details

answer() public static method

public static answer ( String text, String query, int num ) : double>.SortedDictionary
text String
query String
num int
return double>.SortedDictionary

answer() public static method

public static answer ( String text, String queries, int num ) : double>>.Task
text String
queries String
num int
return double>>.Task

contentness() public static method

public static contentness ( String word ) : double
word String
return double

get_sentences() public static method

public static get_sentences ( String text ) : String[]
text String
return String[]

sentence_relevance() public static method

public static sentence_relevance ( String sentence, String query_words ) : double
sentence String
query_words String
return double

word_relevance() public static method

public static word_relevance ( String word, String query_words ) : double
word String
query_words String
return double