LostTech.TensorFlow : API Documentation

Type text

Namespace keras_preprocessing.text

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)

object hashing_trick_dyn(object text, object n, object hash_function, ImplicitContainer<T> filters, ImplicitContainer<T> lower, ImplicitContainer<T> split)

IList<int> one_hot(string text, int n, string filters, bool lower, string split)

object one_hot_dyn(object text, object n, ImplicitContainer<T> filters, ImplicitContainer<T> lower, ImplicitContainer<T> 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)

object text_to_word_sequence_dyn(object text, ImplicitContainer<T> filters, ImplicitContainer<T> lower, ImplicitContainer<T> split)

Tokenizer tokenizer_from_json(object json_string)

object tokenizer_from_json_dyn(object json_string)

Public properties

PythonFunctionContainer hashing_trick_fn get;

Delegate maketrans get; set;

object maketrans_dyn get; set;

PythonFunctionContainer one_hot_fn get;

PythonFunctionContainer text_to_word_sequence_fn get;

PythonFunctionContainer Tokenizer_fn get;

PythonFunctionContainer tokenizer_from_json_fn get;