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

어미 정보를 파이썬 코드에서 단어 데이터로 변환 #41

Open
changwoo opened this issue Jul 11, 2019 · 0 comments
Open
Assignees

Comments

@changwoo
Copy link
Member

어미 활용 정보를 현재 suffixdata.py 파일에 일일이 기록하고 있는데, 길이도 길어지고 관리가 쉽지 않다. 단어 데이터로 분리해서 사용할 수 있도록 개편.

  • 한국어기초사전에 어미도 포함되어 있으므로, 이쪽 데이터를 사용한다.
    • 단, 사전 데이터에 충분한 정보가 담겨져 있지 않은 경우가 많은데 suffixdata.py에 있던 정보를 추가 정보로 입력한다.
@changwoo changwoo self-assigned this Jul 11, 2019
@changwoo changwoo changed the title 어미 정보 코드에서 데이터로 어미 정보를 파이썬 코드에서 데이터로 변환 Jul 11, 2019
@changwoo changwoo changed the title 어미 정보를 파이썬 코드에서 데이터로 변환 어미 정보를 파이썬 코드에서 단어 데이터로 변환 Jul 20, 2019
changwoo added a commit that referenced this issue Sep 5, 2019
- "~ 뒤에 붙여 쓴다"가 있는 경우만 찾아낸다.

#41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant