nnstreamer-example icon indicating copy to clipboard operation
nnstreamer-example copied to clipboard

[Contributhon] updating available languages in "example_text_classification"

Open JoJeongJin opened this issue 4 years ago • 3 comments

Problem Currently, "example_text_classification" example only supports English, so I would like to add a code to test the example in Korean.

Solution Through Python, I will write an example code that can be text classified in Korean and then rewrite it in c language. I am going to pre-processing Korean using KoNLPy library.

JoJeongJin avatar Aug 12 '20 07:08 JoJeongJin

:octocat: cibot: Thank you for posting issue #166. The person in charge will reply soon.

taos-ci avatar Aug 12 '20 07:08 taos-ci

As I know, KoNLPy is a pre-processor to tokenize Korean texts. With such tokens, you have to train the neural network model with the dataset of meaningful Korean texts. So... if there's no pre-trained model available, I think it's a non-trivial task (and out-of-scope of nnstreamer?).

dongju-chae avatar Aug 12 '20 07:08 dongju-chae

I'll try to code using the existing model if possible. Thank you.

JoJeongJin avatar Aug 12 '20 07:08 JoJeongJin