C# 클래스 SNCT.TextCleaner

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

공개 메소드들

메소드 설명
get_sentence_words ( String text ) : List>>.List

비공개 메소드들

메소드 설명
get_sentences ( String text ) : List
get_words ( String text ) : String[]
normalize_spacing ( String text ) : String
remove_citations ( String text ) : String
remove_punctuation ( String text ) : String
simplify_sentences ( String text ) : String
to_lowercase ( String text ) : String

메소드 상세

get_sentence_words() 공개 정적인 메소드

public static get_sentence_words ( String text ) : List>>.List
text String
리턴 List>>.List