Giter Club home page Giter Club logo

Comments (3)

shibing624 avatar shibing624 commented on May 20, 2024 1
  1. 语言模型是根据中文维基百科及人民日报数据训练得到的,对于该模型来说,人名、公司名、地名信息是未登录词,因此会有很大概率把这部分词认为是疑似错词。
  2. 解决思路:几点建议:
  • a)使用对人名、公司名、地名识别效果较好的CRF模型,把这类专名识别出来,并过滤掉。
  • b) 对于领域内的纠错场景,如商标侵权保护、语音识别纠错,添加原体词表,只识别原体词表的错误情况,其他不考虑,可以对准确率及效率有比较大的提升。
  • c) 使用带序列特征的rnn类深度模型处理,模型本身会学到词语的语义表示,对于监督模型来讲,人名类的专名本身错别字较少。这类模型效果应该不错,但我这类数据量有限,未做实验进行效果比对。

from pycorrector.

cloudfool avatar cloudfool commented on May 20, 2024

谢谢!
关于第二个建议,原体词表具体指的是什么?能举个例子么?

from pycorrector.

shibing624 avatar shibing624 commented on May 20, 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.