8000 I want to add user-dictionary. is it possible?? · Issue #62 · open-korean-text/open-korean-text · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
I want to add user-dictionary. is it possible?? #62
Open
@janerim

Description

@janerim

hello.
I user twitter analyzer with python.

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0