SYMBOL INDEX (19 symbols across 6 files) FILE: compose_poem.py function to_word (line 32) | def to_word(predict, vocabs): function gen_poem (line 42) | def gen_poem(begin_word): function pretty_print_poem (line 81) | def pretty_print_poem(poem_): FILE: poems/model.py function rnn_model (line 23) | def rnn_model(model, input_data, output_data, vocab_size, rnn_size=128, ... FILE: poems/poems.py function process_poems (line 26) | def process_poems(file_name): function generate_batch (line 57) | def generate_batch(batch_size, poems_vec, word_to_int): FILE: train.py function run_training (line 34) | def run_training(): function main (line 81) | def main(_): FILE: utils/clean_cn.py function clean_cn_corpus (line 38) | def clean_cn_corpus(file_name, clean_level='all', simple_only=True, is_s... function should_reserve (line 71) | def should_reserve(w, clean_level): function is_chinese (line 100) | def is_chinese(uchar): function is_number (line 105) | def is_number(uchar): function is_alphabet (line 110) | def is_alphabet(uchar): function semi_angle_to_sbc (line 114) | def semi_angle_to_sbc(uchar): function sbc_to_semi_angle (line 126) | def sbc_to_semi_angle(uchar): FILE: utils/make_regulated_verse.py function unregulated (line 45) | def unregulated(paragraphs): function get_poems_in_df (line 54) | def get_poems_in_df(df, form): function get_poems_in_dir (line 73) | def get_poems_in_dir(dir, form, save_dir): function combine_txt (line 88) | def combine_txt(txts_dir, save_file):