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

explore different segmentation methods #128

Open
thatbudakguy opened this issue Oct 29, 2020 · 1 comment
Open

explore different segmentation methods #128

thatbudakguy opened this issue Oct 29, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@thatbudakguy
Copy link
Member

it's an open question whether this is worthwhile or possible on old chinese, but there are certainly existing options outside of pure single-character segmentation. spaCy offers both jieba and pkuseg for its chinese model.

we could explore retraining some general-purpose models, or work on assembling a gold corpus of segmented (and tagged?) text - again, if such a thing is possible. pkuseg's training API looks simple to use, at least.

@thatbudakguy thatbudakguy added the enhancement New feature or request label Oct 29, 2020
@thatbudakguy
Copy link
Member Author

two much more attractive options for OC are UD-Kanbun for CC, which might be able to be minimally retrained for OC, and the dictionary method mentioned in this article (which also serves as a nice summary of segmentation methods).

sentence segmentation is I think even trickier, but worthwhile pursuing in any case.

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

No branches or pull requests

1 participant