Public static methods
IList<int> hashing_trick(string text, int n, PythonFunctionContainer hash_function, string filters, bool lower, string split)
IList<int> hashing_trick(string text, int n, object hash_function, string filters, bool lower, string split)
IList<int> hashing_trick(string text, int n, string hash_function, string filters, bool lower, string split)
IList<int> one_hot(string text, int n, string filters, bool lower, string split)
IList<object> text_to_word_sequence(IEnumerable<object> text, string filters, bool lower, string split)
IList<object> text_to_word_sequence(string text, string filters, bool lower, string split)
Tokenizer tokenizer_from_json(object json_string)
object tokenizer_from_json_dyn(object json_string)
Public properties
Delegate maketrans get; set;
object maketrans_dyn get; set;