SYMBOL INDEX (27 symbols across 2 files) FILE: shakkala/Shakkala.py class Shakkala (line 35) | class Shakkala: method __init__ (line 40) | def __init__(self, folder_location=None, version=3): method get_model (line 67) | def get_model(self): method prepare_input (line 77) | def prepare_input(self, input_sent): method __preprocess (line 86) | def __preprocess(self, input_sent): method logits_to_text (line 98) | def logits_to_text(self, logits): method get_final_text (line 106) | def get_final_text(self,input_sent, output_sent): method clean_harakat (line 109) | def clean_harakat(self, input_sent): method __pad_size (line 113) | def __pad_size(self, x, length=None): FILE: shakkala/helper.py function save_binary (line 34) | def save_binary(data, file, folder): function load_binary (line 39) | def load_binary(file, folder): function get_sentences (line 46) | def get_sentences(data): function clear_punctuations (line 51) | def clear_punctuations(text): function clear_english_and_numbers (line 55) | def clear_english_and_numbers(text): function is_tashkel (line 59) | def is_tashkel(text): function clear_tashkel (line 62) | def clear_tashkel(text): function get_harakat (line 66) | def get_harakat(): function get_taskel (line 69) | def get_taskel(sentence): function combine_text_with_harakat (line 87) | def combine_text_with_harakat(input_sent, output_sent): class Stack (line 126) | class Stack: method __init__ (line 127) | def __init__(self): method isEmpty (line 130) | def isEmpty(self): method push (line 133) | def push(self, item): method pop (line 136) | def pop(self): method peek (line 139) | def peek(self): method size (line 145) | def size(self): method to_array (line 148) | def to_array(self):