Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

There is a problem with Chinese word segmentation #175

Open
1 task done
a406299736 opened this issue Aug 8, 2023 · 1 comment
Open
1 task done

There is a problem with Chinese word segmentation #175

a406299736 opened this issue Aug 8, 2023 · 1 comment

Comments

@a406299736
Copy link

a406299736 commented Aug 8, 2023

  • Gse version (or commit ref): v0.71.0.695, Green Lake!
  • Go version:1.20
  • Operating system and bit: Mac OS
  • Can you reproduce the bug at Examples:
    • Yes (provide example code)
  • Provide example code:
x, _ := gse.New()
fmt.Println(x.Cut("法院调解费是多少", true))
  • Log gist:
    [法院 调解 费是 多少]

Description

费是 ??
...

@albert-liangd
Copy link

当我加载用户自定义词典的时候,我发现也解决不了 cut 这个问题 比如我加上 xxx 5000 还是不能按照我提供的词频进行分词,我也有这个问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants