kiwi_builder_add_word()로 추가 후 지연이 생기는지요? #123
Unanswered
CharlesKwonOhjun
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
함수 호출 순서를 바꾸어 해결된 것 처럼 보였지만 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
안녕하세요?
Windows VIsual C++ 19.33.31629 (64bit)에서 CAPI용으로 제공된 DLL을 이용하여
kiwi_builder_add_word() 함수를 사용하고 있습니다.
kiwi_builder_add_word()로 형태소를 추가하면 0 값을 잘 반환합니다.
그러나, kiwi_analyze( ) 호출 후, 결과를 확인하면 랜덤하게 추가된 형태소가 적용되다 안되다 하고 있습니다.
강제로 sleep으로 강제 지연을 주면 대부분 잘 되고 있습니다. kiwi_builder_add_word() 후에 추가 사용 함수가 따로 있는지요?
감사합니다.
Beta Was this translation helpful? Give feedback.
All reactions