C# 클래스 SNCT.PhraseGraph

파일 보기 프로젝트 열기: samueltenka/SNCT 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
query String
query_content_words HashSet

공개 메소드들

메소드 설명
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

메소드 상세

PhraseGraph() 공개 메소드

public PhraseGraph ( JudgeOfRelevancy JoR_, String text, String q, HashSet q_content_words ) : System
JoR_ JudgeOfRelevancy
text String
q String
q_content_words HashSet
리턴 System

build_PG() 공개 정적인 메소드

public static build_PG ( String text, String q, HashSet q_content_words ) : Task
text String
q String
q_content_words HashSet
리턴 Task

ensure_phrase() 공개 메소드

public ensure_phrase ( String text ) : Phrase
text String
리턴 Phrase

get_sentences() 공개 정적인 메소드

public static get_sentences ( String text ) : String[]
text String
리턴 String[]

get_top() 공개 메소드

public get_top ( int n ) : double>.SortedDictionary
n int
리턴 double>.SortedDictionary

get_words() 공개 정적인 메소드

public static get_words ( String text ) : String[]
text String
리턴 String[]

step() 공개 메소드

public step ( double dt ) : void
dt double
리턴 void

프로퍼티 상세

query 공개적으로 프로퍼티

public String query
리턴 String

query_content_words 공개적으로 프로퍼티

public HashSet query_content_words
리턴 HashSet