Yanyi Wu

Results 111 comments of Yanyi Wu

好建议。找个时间支持起来。

@zhangchun 刚跑通了代码,https://github.com/yanyiwu/gojieba/blob/master/example/bleve/bleve_gojieba_demo.go 你试试? 目前来说还没足够完善,只是简单的精确模式的分词。只算是能初步使用而已。

之前主要基于travis-ci搞,后来换成github action之后感觉不太会搞,还没什么时间折腾

听起来似乎合理。不过还是想确认下,可以把简体和繁体词典合并成一个辞典么? 发自我的iPhone > 在 2020年10月28日,07:07,kanasimi 写道: > >  > 例如在繁簡轉換程序中,需要隨時轉換不同辭典。若每次都需要重新載入辭典,將造成額外的浪費。 > > — > You are receiving this because you are subscribed to this thread. > Reply to this...

好的明白了,我抽空看下是否好改吧。 发自我的iPhone > 在 2020年10月28日,16:16,kanasimi 写道: > >  > 現在暫時採用合併辭典的方法 但是需要繁複的計算 也不真的準確 > https://github.com/kanasimi/Chinese_converter/blob/master/_build/generate_dictionary.js#L111 > https://github.com/kanasimi/Chinese_converter/blob/master/dictionaries/commons.txt > 會有相同詞彙在不同詞典中 權重不同的問題 > 有些實在不同的語境(台灣 香港 中國大陸)權重不同 甚至連詞性標記都不同 > > — > You...

can you use v12 with npm > 6 ? for example: https://travis-ci.org/yanyiwu/nodejieba/jobs/542785432 it compile succeed.

so can you use npm 5 for your node v10

你不要着急,换台干净的windows系统,装上 visual studio 2015,装上 npm node-gyp node ,然后再npm install nodejieba 试试。

提供一下 node,npm,node-gyp 的版本号

gcc 版本?可以参考下之前的issue,https://github.com/yanyiwu/nodejieba/issues?q=is%3Aissue+is%3Aclosed 好多因为环境问题没装上,后来都是通过修复环境问题装上的。