Method | Description | |
---|---|---|
Backwards ( int index ) : WordTokenCollection | ||
Backwards ( int index, int maxLength ) : WordTokenCollection | ||
Forward ( int index ) : WordTokenCollection | ||
Forward ( int index, int maxLength ) : WordTokenCollection | ||
WordTokenizer ( string message ) : System |
Method | Description | |
---|---|---|
AddSpaces ( WordTokenCollection tokens, int index, bool &wasSpace, int &spaces ) : bool |
public Backwards ( int index ) : WordTokenCollection | ||
index | int | |
return | WordTokenCollection |
public Backwards ( int index, int maxLength ) : WordTokenCollection | ||
index | int | |
maxLength | int | |
return | WordTokenCollection |
public Forward ( int index ) : WordTokenCollection | ||
index | int | |
return | WordTokenCollection |
public Forward ( int index, int maxLength ) : WordTokenCollection | ||
index | int | |
maxLength | int | |
return | WordTokenCollection |
public WordTokenizer ( string message ) : System | ||
message | string | |
return | System |