Skip to content

Avoid generic

Christine Schäfer requested to merge avoid_generic into master

command line options --min_word_count and --max_sent_length are considered when loading data. There are still default values on top of load_data.py if the methods load_and_prepare_data, trim_rare_words, filterPairs and filterPair are called without values for min_word_count or max_sent_length.

Merge request reports