Skip to content

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

@choonghyunryu

Description

@choonghyunryu

현황

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

개선

  • 명사의 등록이 대부분이라도 경우에 따라서 동사, 형용사의 사전 추가 니즈가 있을 수 있음
  • 그래서, 사전 등록의 대상을 모든 품사로 확장
  • 함수의 이름 개선 필요성
    • get_userdic_noun() to get_userdic_meta()
    • append_userdic_noun() to append_userdic_meta()

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions