📅  最后修改于: 2023-12-03 15:40:39.226000             🧑  作者: Mango
本程序是一个用于将段落中的句子重新排列的工具。它可以帮助英语学习者在写作中使用更加流畅的句子表达自己的观点。
本程序可以读取一个文本文件或者输入一段文本,将其中的句子按照语法规则重新排列。具体包括以下几个功能:
本程序可以在任何支持Python的操作系统上运行,如Windows、Mac和Linux。
from reorder_sentences import reorder_sentences
input_text = '''
When you have eliminated the impossible, whatever remains, however improbable, must be the truth.
It is a capital mistake to theorize before one has data.
You see, but you do not observe.
'''
output_text = reorder_sentences(input_text)
print(output_text)
本程序没有考虑到所有可能的情况,不能保证对于所有句子都能正确排列。如果您发现程序有bug或者输出结果不符合预期,请通过Github上的issues反馈给我们。