文件名称:Spell-Corrector:借助TensorFlow和JS制作的拼写校正器
文件大小:104.93MB
文件格式:ZIP
更新时间:2024-05-22 17:59:13
tensorflow spelling-checker spelling-corrector JupyterNotebook
咒语修正 在Tensorflow的帮助下制作的一个简单的拼写校正器。 该项目的目的是建立一个模型,该模型可以将带有拼写错误的句子或段落作为输入,并输出校正后的句子或段落。 我们将用于此项目的数据将是出版的25本书。 要求: 确保使用python 3.3+版本,并且已在PC上安装了node。 pip3 install -r requirements.txt 如何运行: 在终端中运行node app 。 然后在浏览器中打开http://localhost:3000/ 。 它是如何工作的? 当您单击Submit Button时,输入的单词首先存储在input.txt文件中。 然后,它在后台运行pyhton脚本。 当脚本执行完成时,它将在终端中显示输入单词和响应单词。 然后将响应词存储在output.txt文件中。 通过在浏览器中单击“输出”按钮,您可以查看结果和更改。 在行动
【文件预览】:
Spell-Corrector-master
----.gitignore(909B)
----training.py(6KB)
----app.js(6KB)
----kp=0.75,nl=3,th=0.75.ckpt.index(2KB)
----requirements.txt(68B)
----functions.py(21KB)
----input.txt(10B)
----LICENSE(1KB)
----clean_data()
--------sentences.txt(17.06MB)
--------vocab_to_int.json(686B)
--------In-action.gif(2.13MB)
----parameters.py(158B)
----SpellCorrector.ipynb(39KB)
----books()
--------The_Picture_of_Dorian_Gray_by_Oscar_Wilde.rtf(452KB)
--------Alices_Adventures_in_Wonderland_by_Lewis_Carroll.rtf(173KB)
--------Pride_and_Prejudice_by_Jane_Austen.rtf(714KB)
--------Frankenstein_by_Mary_Shelley.rtf(438KB)
--------The_Adventures_of_Tom_Sawyer_by_Mark_Twain.rtf(526KB)
--------The_Count_of_Monte_Cristo_by_Alexandre_Dumas.rtf(2.7MB)
--------On-the-Genealogy-of-Morality.rtf(404KB)
--------Oliver_Twist_by_Charles_Dickens.rtf(915KB)
--------The_Adventures_of_Sherlock_Holmes_by_Arthur_Conan_Doyle.rtf(581KB)
--------The_Prince_by_Nicolo_Machiavelli.rtf(299KB)
--------Don_Quixote_by_Miguel_de_Cervantes.rtf(2.24MB)
--------The-Birth-of-Tragedy.rtf(382KB)
--------Grimms_Fairy_Tales_by_The_Brothers_Grimm.rtf(552KB)
--------Through_the_Looking_Glass_by_Lewis_Carroll.rtf(193KB)
--------David_Copperfield_by_Charles_Dickens.rtf(617KB)
--------Thus-Spoke-Zarathustra.rtf(689KB)
--------Emma_by_Jane_Austen.rtf(914KB)
--------Great_Expectations_by_Charles_Dickens.rtf(1.02MB)
--------Metamorphosis_by_Franz_Kafka.rtf(138KB)
--------Beyond-good-and-Evil.rtf(449KB)
--------The_Yellow_Wallpaper_by_Charlotte_Perkins_Gilman.rtf(51KB)
--------The-Antichrist.rtf(241KB)
--------Anna_Karenina_by_Leo_Tolstoy.rtf(1.95MB)
--------Dracula_by_Bram_Stoker.rtf(863KB)
--------The_Romance_of_Lust_by_Anonymous.rtf(1.02MB)
----SpellChecker.py(2KB)
----README.md(2KB)
----__pycache__()
--------functions.cpython-35.pyc(12KB)
--------parameters.cpython-35.pyc(356B)
----output.txt(6B)
----.vscode()
--------settings.json(49B)
----kp=0.75,nl=3,th=0.75.ckpt.meta(1.37MB)
----mod_input.txt(5B)
----logs()
--------1()
----kp=0.75,nl=3,th=0.75.ckpt.data-00000-of-00001(95.79MB)
----checkpoint(107B)