We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
길이가 2 이하인 단어에서 모호성이 크게 발생.
예시
길이가 3 이상인 단어에서는 어간이나 어미의 길이가 2 이상이기 때문에 모호성이 적은 편이나, 2 이하인 단어는 혼동됨.
모든 경우에 적용할 수는 없지만, 대체로 길이가 2 이면서 string concatenation 이 일어난 경우에는 명사인 경우들이 많음.
그 외에는 어간과 앞 단어와의 상관성 등의 문맥을 표현하는 features 가 필요함
The text was updated successfully, but these errors were encountered:
No branches or pull requests
길이가 2 이하인 단어에서 모호성이 크게 발생.
예시
길이가 3 이상인 단어에서는 어간이나 어미의 길이가 2 이상이기 때문에 모호성이 적은 편이나, 2 이하인 단어는 혼동됨.
모든 경우에 적용할 수는 없지만, 대체로 길이가 2 이면서 string concatenation 이 일어난 경우에는 명사인 경우들이 많음.
그 외에는 어간과 앞 단어와의 상관성 등의 문맥을 표현하는 features 가 필요함
The text was updated successfully, but these errors were encountered: