C# Class SNCT.PhraseGraph

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

Méthodes publiques

Свойство Type Description
query String
query_content_words HashSet

Méthodes publiques

Méthode Description
PhraseGraph ( JudgeOfRelevancy JoR_, String text, String q, HashSet q_content_words ) : System
build_PG ( String text, String q, HashSet q_content_words ) : Task
ensure_phrase ( String text ) : Phrase
get_sentences ( String text ) : String[]
get_top ( int n ) : double>.SortedDictionary
get_words ( String text ) : String[]
step ( double dt ) : void

Method Details

PhraseGraph() public méthode

public PhraseGraph ( JudgeOfRelevancy JoR_, String text, String q, HashSet q_content_words ) : System
JoR_ JudgeOfRelevancy
text String
q String
q_content_words HashSet
Résultat System

build_PG() public static méthode

public static build_PG ( String text, String q, HashSet q_content_words ) : Task
text String
q String
q_content_words HashSet
Résultat Task

ensure_phrase() public méthode

public ensure_phrase ( String text ) : Phrase
text String
Résultat Phrase

get_sentences() public static méthode

public static get_sentences ( String text ) : String[]
text String
Résultat String[]

get_top() public méthode

public get_top ( int n ) : double>.SortedDictionary
n int
Résultat double>.SortedDictionary

get_words() public static méthode

public static get_words ( String text ) : String[]
text String
Résultat String[]

step() public méthode

public step ( double dt ) : void
dt double
Résultat void

Property Details

query public_oe property

public String query
Résultat String

query_content_words public_oe property

public HashSet query_content_words
Résultat HashSet