결함 - grpc 에러가 발생한 경우, print로 출력하고 예외 전파를 중지하는 문제 - 형태 분석 및 사용자 사전에서 모두 발생한 grpc.Error 예외를 전파 시킴.
신기능 - CustomDict에 load() 함수 추가 - load() 함수는 사용자 사전에 등록된 모든 데이터를 CustomDict 내부 데이터로 가져온다. - 모든 함수에 대한 주석을 추가 - 예외 발생사항에 대해서도 상세하게 정의 - python3 typing 규칙에 따른 정확한 타입 명시, (python 3.6 기준)
0.9.0
Features - tagger: compatible with konlpy. pos(), nouns(), morphs() - tagger: tag(), its own analyzed message with protobuf. - tagger: tags() handles array of string. - tagged: various methods for analyzed response. - customdic: custom dictionary manipulations. - tests: test full features.