Searched refs:word_cats (Results 1 – 1 of 1) sorted by relevance
365 word_cats = load_properties("auxiliary/WordBreakProperty.txt", []) variable367 for cat in word_cats:368 word_table.extend([(x, y, cat) for (x, y) in word_cats[cat]])370 emit_break_module(rf, word_table, list(word_cats.keys()), "word")