-
Notifications
You must be signed in to change notification settings - Fork 59
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
함수 'HangulAutomata' 오류? #55
Comments
제보 감사드립니다. 제가 시스템에 자바 환경이 설정이 되어 있지 않아 원인을 파악하는데 시간이 좀 걸릴거 같습니다. |
KoJamoAutomata.java 파일에 있는 feed함수에서 chosung 1, jungsung1, jongsung 0 조건 일 때,
|
해결이 된 것인가요? 해결 결과를 사용하려면 어떻게 해야하나요?? ㅠㅠㅠㅠㅠ |
해결 결과를 사용하려면 어떻게 해야하나요?? 제발 알려주시기 바랍니다! |
이 함수를 상시적으로 써야하는데 쓸때마다 수작업하는 게 너무 고됩니다. 어떻게 해야 하는지 좀 알려주세요. 해결이 안되는 건가요??? |
안녕하세요.
KoNLP 패키지를 잘 쓰고 있습니다.
함수 HangulAutomata를 사용하는 데 있어서 한가지 궁금한 게 있어서 도움을 구합니다.
함수 HangulAutomata를 이용해 한글 음절을 출력하고자 하는데 "ㅇㅗㅃㅏ" 의 ㅃ와 같이 받침으로는 불가능한 자음이 들어간 자모연쇄를 입력하면 Error가 납니다.
다른 함수들은 문제가 없으므로 패키지 설치나 java 설치 문제 등은 아닌 것으로 보이고, 일반적인 다른 자음연쇄 경우에는 문제가 없습니다.
HangulAutomata("ㅇㅗㅂㅂㅏ")
출력: "옵바"
HangulAutomata("ㅇㅗㅂㅏ")
출력: "오바"
HangulAutomata("ㅇㅗㅃㅏ")
Error in .jcall(KoHangulAuto, "S", "convert", input) :
java.lang.NullPointerException
이러한 오류를 어떻게 해결하려면 어떻게 해야할까요
The text was updated successfully, but these errors were encountered: