Coder Social home page Coder Social logo

Comments (2)

shibing624 avatar shibing624 commented on August 25, 2024

rnn模型作为语言模型,只是一个句子似然概率判断的手段,无法直接端到端作为文本纠错的模型。判断错别字的概率是根据该字在句子中结合上下文判断得到的一个似然概率,我在代码中有用到一个绝对方差的方法给出的。如果你对rnn模型做纠错感兴趣,推荐一篇论文里可以参考一下:context2vec,和 https://www.isca-speech.org/archive/SLaTE_2017/pdfs/SLaTE_2017_paper_5.pdf ,附上我的一些零碎的笔记:https://blog.csdn.net/mingzai624/article/details/82809968。 希望可以帮到你,如果你有其他其他更好的方法找到错字位置,有更好的准召率,欢迎交流。

from pycorrector.

maozezhong avatar maozezhong commented on August 25, 2024

多谢

from pycorrector.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.