Giter Site home page Giter Site logo

Comments (10)

suntong avatar suntong commented on July 20, 2024

同问。词库扩容很重要。

from sego.

huichen avatar huichen commented on July 20, 2024

是直接拷贝了 jieba 的词库,你直接向词库里添加新词和词频即可,词频可以通过在你的语料中统计得到

from sego.

insionng avatar insionng commented on July 20, 2024

@huichen 可以说明一下词库的几列具体分别是什么意思吗? 第一个是词语这是知道的,但后面的不是很清楚.

from sego.

huichen avatar huichen commented on July 20, 2024

三列分别是 词语、在训练语料中的词频、词性

from sego.

phproot avatar phproot commented on July 20, 2024

词频有没有计算公式?如何获得?

from sego.

huichen avatar huichen commented on July 20, 2024

@phproot 语料库中简单的出现次数的统计

from sego.

phproot avatar phproot commented on July 20, 2024

@huichen 语料库在那里呢?是不是可以自己去创建一个语料库,基于大数据?sego有没有类似结巴里面的添加新词的功能呢?

from sego.

huichen avatar huichen commented on July 20, 2024

你可以把你索引的文档类似的文档拿出来做语料,生成的字典再和这里提供的词典融合一下

from sego.

phproot avatar phproot commented on July 20, 2024

就是说,我的文章数据库中,有10万条内容。然后把这些文章当做语料,然后生成词典对吧?是使用您开发的mlf来生成吗?

from sego.

huichen avatar huichen commented on July 20, 2024

@phproot 不是用mlf,你从语料中做文本匹配简单统计即可。

from sego.

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.