-
`init`时的参数`dictPath`和`userDictPath`传给了c++程序,这在浏览器中无法使用。我不太了解`webassembly`,不知道能否传入词典文本或二进制数据,模拟文件系统路径再传给c++程序。
-
可不可以把hmm的相关概率文件类似用户自定义词典一样独立出来,让用户可以使用自己统计的转换概率和发射概率。实际应用中发现,针对特定领域,hmm成词效果比较差。
-
### Macos version
ProductName: macOS
ProductVersion: 14.5
BuildVersion: 23F79
### Clang version:
- clang version 16.0.6
- Target: arm64-apple-darwin
- Thread mod…
-
ghost updated
11 years ago
-
操作步骤:
1、下载release包,并解压
2、拷贝文件到项目目录:/Users/ljzsdut/mynotes
3、修改配置文件
4、运行如下命令
```
➜ mynotes ./main
current path:/Users/ljzsdut/mynotes
2020/11/26 09:06:36 Dict files path: [sdata/dict.txt…
-
```shell
$ docker run --rm -ti --name pgtest --user root --entrypoint=/bin/bash postgres:16.2
root@49f0e9960dd3:/home/postgres# apt-get update \
&& apt-get install -y postgresql-server-dev-${PG…
-
我用 Rust 创建了一个 crate,可以简化在 Rust 中的构建和使用,
希望可以添加到本项目的 Readme 中,也希望有大佬能帮忙完善交叉编译的处理
crate:https://crates.io/crates/libsimple
项目:https://github.com/xuxiaocheng0201/libsimple/
-
中文中有很多词既是名词又是形容词,这种做词性标注时该怎么处理
-
我只是想知道在 ios 端实现词性标注的难度,我不懂 objective-c。只是需要查找能在 objective-c 中使用的词性标注工具,我想问下根据你这个 app 再实现词性标注的难度大不大。
-
需求非常大