from text_process import text_utils text=""
text_utils.text2sencents_zh(text)
text_utils.text2sencents_eh(text)
text_utils.text2sencents_eh(text)
text_utils.text_process_zh_single(text)
text_utils.text_process_zh_not_single(text)
text_utils.getKeywords_zh_single(text)
text_utils.getKeywords_zh_not_single(text)
text_utils.getKeywords_en(text)
compare_botor=text_utils.compare_bot()
text2=""
compare_bot.compare_two_txt_accuracy(text,text2)
text_utils.compare_two_txt_accuracy(text,text2)
text_utils.getAbstract_zh(title,text)
text_utils.getAbstract_en(title,text)