SYMBOL INDEX (43 symbols across 2 files) FILE: soyspacing/countbase/_countbase.py class RuleDict (line 18) | class RuleDict: method __init__ (line 20) | def __init__(self, fname, min_rule_length=0, max_rule_length=0): method load_file (line 32) | def load_file(self, fname): method get_tags (line 56) | def get_tags(self, chars): class CharsFrequency (line 62) | class CharsFrequency: method __init__ (line 64) | def __init__(self): method add (line 78) | def add(self, chars, tags, frequency = 1): method get_tags (line 81) | def get_tags(self, chars): method get_frequency (line 87) | def get_frequency(self, chars, tags): method filter_tags (line 98) | def filter_tags(self, min_count): method num_of_chars (line 109) | def num_of_chars(self): method num_of_tags (line 112) | def num_of_tags(self): class CountSpace (line 116) | class CountSpace: method __init__ (line 118) | def __init__(self, min_window=3, max_window=7, filtering_document_min_... method _extract (line 141) | def _extract(self, chars, tags, window): method _filter_counters (line 147) | def _filter_counters(self, num_doc): method train (line 153) | def train(self, fname, num_lines=-1): method print_tags (line 176) | def print_tags(self, tags, head = None): method is_matched (line 183) | def is_matched(self, base_tags, candidate_tags): method rule_based_tag (line 197) | def rule_based_tag(self, rule_dict, chars, tags, debug = False): method space (line 256) | def space(self, chars, tags, sep=' '): method space_tag (line 259) | def space_tag(self, doc, nonspace=0): method correct (line 277) | def correct(self, doc, min_count=10, force_abs_threshold=0.8, method force_tag (line 385) | def force_tag(self, tags, length, features_list, scores_lcr, method sequential_tag (line 405) | def sequential_tag(self, tags, features_list, scores_lcr, method is_useful (line 432) | def is_useful(self, score_lcr, i): method update (line 439) | def update(self, features_list, scores_lcr, scores, i, tag, min_count): method score_lcr (line 467) | def score_lcr(self, features, min_count): method score (line 502) | def score(self, score_lcr): method save_model (line 509) | def save_model(self, fname, json_format=True): method _save_model_as_text (line 515) | def _save_model_as_text(self, fname): method _save_model_as_json (line 531) | def _save_model_as_json(self, fname): method load_model (line 550) | def load_model(self, fname, json_format=True): method _load_model_from_text (line 556) | def _load_model_from_text(self, fname): method _load_model_from_json (line 579) | def _load_model_from_json(self, fname): FILE: soyspacing/hangle.py function normalize_text (line 36) | def normalize_text(raw_fname, normalized_fname, english=False, number=Fa... function normalize (line 46) | def normalize(doc, english=False, number=False, remove_repeat = 0): function is_korean (line 59) | def is_korean(i): function is_number (line 63) | def is_number(i): function is_english (line 67) | def is_english(i): function is_jaum (line 71) | def is_jaum(i): function is_moum (line 75) | def is_moum(i): function to_base (line 79) | def to_base(c):