Familia icon indicating copy to clipboard operation
Familia copied to clipboard

A Toolkit for Industrial Topic Modeling

Results 26 Familia issues
Sort by recently updated
recently updated
newest added

我在运行sh download_model.sh的时候,显示的是not found。 是不是不在提供了呢

![image](https://user-images.githubusercontent.com/4702353/61934119-2ae5ec80-afba-11e9-95d3-d1880ee3cedf.png) https://github.com/baidu/Familia/wiki/语义匹配应用介绍 在计算相似度的时候,我们规避对短文本直接进行主题映射,而是根据长文本的主题分布,计算该分布生成短文本的概率,作为它们之间的相似度

运行./bin2txt和txt2bin提示出错,ld-linux-x86-64.so.2: bad ELF interpreter: No such file or directory

使用Python接口时报错:Segmentation fault: 11 后面试了下 ipython下 import familia 同样会报错 Segmentation fault: 11

It would help if this was published to [PyPI](https://pypi.org) and made fully `pip` installable. Compare this maybe with [`gensim`](https://pypi.org/project/gensim/) which is actually pip installable. The idea is that the entire...

目前用lda_news和lda_novel生成的关键词包括了很多废话词,比如“地方”、“东西”这种。想要自己再调整一下stopword,请问应该从哪里进去修改呢?谢谢。