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

Train sense2vec in Chinese #148

Open
JingxinLee opened this issue Apr 22, 2022 · 1 comment
Open

Train sense2vec in Chinese #148

JingxinLee opened this issue Apr 22, 2022 · 1 comment

Comments

@JingxinLee
Copy link

Try to use Wikipedia Chinese corpus to Train sense2vec. But met a problem which is The 'noun_chunks' syntax iterator is not implemented for language 'zh'. Anyone know how to deal with this? How could I write the lables in noun_chunks function? How can I find the labels I need?

@JingxinLee
Copy link
Author

This problem is start from doc = merge_phrases(doc), end in

for np in doc.noun_chunks:

I mannully create a syntax_iterators.py within zh. But it doesn't work.

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

1 participant