C# Class GoodAI.ToyWorld.Language.TextProcessing

Handles text-based language processing in the Toy World language interface. Currently, this is limited to simple tokenization.
Afficher le fichier Open project: GoodAI/BrainSimulator

Méthodes publiques

Méthode Description
IsEmpty ( string text ) : bool
Tokenize ( string text ) : List
Tokenize ( string text, int maxNumberOfTokens ) : List

Method Details

IsEmpty() public static méthode

public static IsEmpty ( string text ) : bool
text string
Résultat bool

Tokenize() public static méthode

public static Tokenize ( string text ) : List
text string
Résultat List

Tokenize() public static méthode

public static Tokenize ( string text, int maxNumberOfTokens ) : List
text string
maxNumberOfTokens int
Résultat List