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

사용자 사전 등록의 명사에서 전 품사로 확대 #22

Open
choonghyunryu opened this issue Aug 27, 2023 · 0 comments
Open

사용자 사전 등록의 명사에서 전 품사로 확대 #22

choonghyunryu opened this issue Aug 27, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@choonghyunryu
Copy link
Contributor

현황

  • 현재 사용자 정의 사전의 등록 품사가 명사로 한정되어 있음
    • 실제 분석 작업에서 명사의 등록이 대부분임
    • 그래서 관련 함수 중 몇몇 함수의 이름도 명사를 의미하는 postfix가 포함
      • get_userdic_noun()
      • append_userdic_noun()

개선

  • 명사의 등록이 대부분이라도 경우에 따라서 동사, 형용사의 사전 추가 니즈가 있을 수 있음
  • 그래서, 사전 등록의 대상을 모든 품사로 확장
  • 함수의 이름 개선 필요성
    • get_userdic_noun() to get_userdic_meta()
    • append_userdic_noun() to append_userdic_meta()
@choonghyunryu choonghyunryu added the enhancement New feature or request label Aug 27, 2023
@choonghyunryu choonghyunryu self-assigned this Aug 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant