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

stopwords 기능 관련 피드백 반영 #7

Open
hexists opened this issue Jun 29, 2021 · 3 comments
Open

stopwords 기능 관련 피드백 반영 #7

hexists opened this issue Jun 29, 2021 · 3 comments
Assignees
Labels
enhancement New feature or request

Comments

@hexists
Copy link
Owner

hexists commented Jun 29, 2021

stopwords 기능 관련 피드백 반영

1. 파일을 생성하는 부분은 사람마다 의견이 갈릴 것 같은데, 최종 txt 파일과 stopwords 관련 함수는 추가하면 좋을 것 같습니다.
2. 위와 같이 KoNLPy에 공식적인 기능으로 배포되면 pydoc을 통해 해당 기능에 대한 사용법을 추가하면 좋을 것 같습니다.
  • 2가지 내용에 대해 가능한 범위내에서 해결 방법 고민 및 진행
@hexists hexists added the enhancement New feature or request label Jun 29, 2021
@hexists hexists self-assigned this Jun 29, 2021
@hexists
Copy link
Owner Author

hexists commented Jun 29, 2021

  1. 파일 생성 관련

"파일 생성하는 부분 사람마다 의견이 갈릴 것 같은데"

  • 이 부분은 좀 더 자세한 의견을 문의한 상황(답변이 달리고 있지 않음)

  • 고민 정리

    • 사전을 파일로 저장해서 제공하는 형태는 nltk를 비롯하여 다양한 lib에서 제공하는 형태
    • 특히, 다양한 방법으로 업데이트가 가능한 stopwords의 특성상 파일을 생성하는 방법 또한 제공하는 것이 좋을 것 같음
    • konlpy에 파일 생성 코드를 어떻게 포함시키는 것이 좋을지 확인 필요

@hexists
Copy link
Owner Author

hexists commented Jun 29, 2021

  1. pydoc 지원

  • 현재 pydoc은 konlpy에서 contributing.rst에서 어떻게 작성하고 빌드할 수 있는지 정리되어 있음
  • 해당 기능을 실제로 포함했을 때, 사용성을 위해 pydoc을 지원하는 것이 좋을 것 같음
  • pydoc 사용 경험이 없어 스터디가 필요한 상황, 스터디 진행하면서 stopwords pydoc 작성을 하면 될 것 같음

@hexists
Copy link
Owner Author

hexists commented Jul 26, 2021

작업 내용

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