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

사전 추가하여 분석시 아래와 같은 에러 메세지가 뜹니다. #4

Open
RaymondKim27 opened this issue Jul 9, 2019 · 4 comments

Comments

@RaymondKim27
Copy link

안녕하세요. 정말 감사히 NLP4kec 사용하고 있습니다.

사전을 활용하지 않고 분석하는 경우, 아래와 같은 메세지가 뜨지 않고,
잘 분석이 되었는데, 사전을 추가하고 형태소 분석을 시행하니, 다시 Java 에러가 뜹니다 ㅠ

R에서 dictionary71 파일을 열어보니, 한글이 깨져서 나오던데,
혹시 해당 에러를 해결할 수 있는 방법이 있을까요?

감사합니다~.

result71 <- r_parser_r(texts_cs71$content,language = "ko", korDicPath = './dictionary71.txt')

Error in .jcall(obj, "[Ljava/lang/String;", "rTextParserFromRtoR", .jarray(contentVector), :
java.nio.charset.MalformedInputException: Input length = 1
Language : ko

@NamyounKim
Copy link
Owner

사용자 사전 파일의 인코딩이 UTF-8 이어야 정상작동 합니다.
dictionary71.txt 파일을 UTF-8로 변환하신 다음 사용하시면 됩니다.

@RaymondKim27
Copy link
Author

빠른 답변에 정말 감사드립니다!!!!~ 정말 감사히 사용하고 있어요 ㅠㅠ

@kittying
Copy link

kittying commented Mar 8, 2022

안녕하세요! 형태소 분석기 개발해주셔서 감사해요!. 사용하다가 오류가 나서 문의 드립니다.

p_data<- r_parser_r(forthR$content,language="ko", korDicPath = "./dictionary/user_dictionary.txt")
Language : ko
Error in .jcall(obj, "[Ljava/lang/String;", "rTextParserFromRtoR", .jarray(contentVector), :
java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/lang/Object;)[Ljava/lang/Object;

이렇게 오류가 뜨는데 무슨 문제일까요? ㅠㅠ 알려주시면 정말 복 많이 받으실거예요. 감사합니다!!

@kittying
Copy link

kittying commented Mar 8, 2022

자바 설치 문제였습니다! 혹시 같은 문제 있으신 있을까봐 글은 지우지 않을게요. 감사합니다.^^

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

3 participants