C# Class SNCT.TextCleaner

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

Méthodes publiques

Méthode Description
get_sentence_words ( String text ) : List>>.List

Private Methods

Méthode Description
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

Method Details

get_sentence_words() public static méthode

public static get_sentence_words ( String text ) : List>>.List
text String
Résultat List>>.List