We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
안녕하세요. git clone으로 파일들을 다운 받았는데 pos 함수를 사용하는데 있어서 Komoran().pos(text) 를 하는데
tokens = [(token.getMorph(), token.getPos()) for token in tokens] TypeError: iter() returned non-iterator of type 'java.util.ArrayList$Itr'
에러가 뜨는데 이유가 무엇인지 잘 모르겠습니다.
저는 python 3.6과 konlpy 0.5.1, java는 1.8, JPype1-py3는 0.5.5.2 버전을 사용 중입니다.
The text was updated successfully, but these errors were encountered:
안녕하세요 text 에 입력한 예문을 적어주실 수 있나요?
Sorry, something went wrong.
그냥 한 줄짜리 text 였습니다. "나는 학생이다" 와 같은 text 입니다.
저 역시 다시 git clone 을 하여 예문을 넣어보았습니다만, 저는 잘 작동합니다. 제가 쓰는 Jpype1 은 0.6.2 입니다.
아마도 Jpype version 차이이지 않을까 싶습니다.
No branches or pull requests
안녕하세요.
git clone으로 파일들을 다운 받았는데 pos 함수를 사용하는데 있어서
Komoran().pos(text) 를 하는데
tokens = [(token.getMorph(), token.getPos()) for token in tokens]
TypeError: iter() returned non-iterator of type 'java.util.ArrayList$Itr'
에러가 뜨는데 이유가 무엇인지 잘 모르겠습니다.
저는 python 3.6과 konlpy 0.5.1, java는 1.8, JPype1-py3는 0.5.5.2 버전을 사용 중입니다.
The text was updated successfully, but these errors were encountered: