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

Localization possible ? #2

Closed
dionmes opened this issue Mar 9, 2022 · 2 comments
Closed

Localization possible ? #2

dionmes opened this issue Mar 9, 2022 · 2 comments
Labels
question Further information is requested

Comments

@dionmes
Copy link

dionmes commented Mar 9, 2022

Does Lbl2Vec work with other languages than English, as in does it create the doc2vec correctly when using it on other languages ?

@TimSchopf
Copy link
Member

If you learn a new Lbl2Vec model from scratch, this also trains a Doc2Vec model from scratch internally. This approach is language agnostic. Therefore, you can apply Lbl2Vec to data of any language. However, I cannot predict how well Lbl2Vec actually works in other languages, since we have only evaluated in English so far. The performance most likely depends on the complexity of the language as well as on the preprocessing of the data.

@TimSchopf TimSchopf added the question Further information is requested label Mar 10, 2022
@dionmes
Copy link
Author

dionmes commented Mar 10, 2022

Thanks Tim, makes sense. Gonna look for some Dutch docs 👍

@dionmes dionmes closed this as completed Mar 10, 2022
@TimSchopf TimSchopf mentioned this issue Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants