-
**Describe the bug**
I compiled and installed Miteiru 5.3.0 from source code for my Linux machine. It would not run because of to-jyutping.
The output in my terminal shows:
A JavaScript error occ…
-
Is there a way to get jieba to handle mixed text?
such as this:
> 罐身上的“SAP No. 1293164 ”
the english characters all get split into single letters:
> 罐 身上 的 “ S A P N o . 1 2 9 3 1 6 4 ”
…
-
## Description
- Even with the official Jupyter scipy-based image ([jupyter/scipy\-notebook](https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html#jupyter-scipy-notebook)), th…
-
咨询一下,移动端对包大小普遍比较敏感,有可能在编译的时候不引入拼音库或者通过接入注入拼音库嘛
-
**Vielen Dank für Deine Arbeit und Dein Video!**
https://www.youtube.com/watch?v=uyG1Sx7_3Yg
Die Installation endete mit
`Installing collected packages: typing-extensions, pydantic-core, nvidia…
-
1. 网站名称
天眼查
2. 使用页面
登录页面, https://www.tianyancha.com/
3. 版本
`二代`
4. 参数抓包地址
https://www.tianyancha.com/verify/geetest.xhtml (post, 有前置请求)
-
```
import (
"github.com/yanyiwu/gojieba"
)
jbt.jieba = gojieba.NewJieba(
"",
"",
"../data/user.dict.utf8",
"",
"")
```
----
报错信息见下,感谢您:
2024-08-28 20:19:17 /root/.go/go1.21…
-
![image](https://user-images.githubusercontent.com/29659340/77139337-8cf6e300-6ab0-11ea-9a75-252fdb41b120.png)
不知道能否支持从Uri或者字符串读取数据?UWP中无法使用C:/...这种路径。
-
### Describe your problem
code:
res = table_instance.create_index(
"my_index",
[
infinity.index.IndexInfo("body", infinity.index.IndexType.FullText, [infinity.index.In…
-
AILab的向量都是中文词向量,而在STC数据集生成的都是以字为单位,请问您在测试的时候,是将STC_test和模型生成的文本转换成词的形式计算,还是没经过分词处理,直接计算Embedding Average和Greedy Matching