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

I want to add user-dictionary. is it possible?? #115

Open
janerim opened this issue Mar 19, 2018 · 1 comment
Open

I want to add user-dictionary. is it possible?? #115

janerim opened this issue Mar 19, 2018 · 1 comment

Comments

@janerim
Copy link

janerim commented Mar 19, 2018

hello.
I user twitter analyzer with python.

And I want to make user-dictionary.
It means,
when I tokenize "섬유탈취제"
now, it make tokens like this.
"tokens": [
"섬유(Noun: 0, 2)",
"탈취(Noun: 2, 2)",
"제(Noun: 4, 1)"
],
but, I want make tokens like this.
"tokens": [
"섬유탈취제(Noun or Compound)"
],

is it possible?
if possible, how could I make this?

@hohyon-ryu
Copy link
Contributor

hohyon-ryu commented Mar 19, 2018

Please consider migrating to https://openkoreantext.org/. https://github.com/open-korean-text/open-korean-text

We've stopped supporting twitter-korean-text.

And it's possible in open-korean-text.

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