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

동의어 사전 작성법 #6

Open
rubato103 opened this issue Nov 11, 2020 · 0 comments
Open

동의어 사전 작성법 #6

rubato103 opened this issue Nov 11, 2020 · 0 comments

Comments

@rubato103
Copy link

rubato103 commented Nov 11, 2020

패키지 잘 사용하고 있습니다.

사용자 사전은 벡터로 등록한후 텍스트 쓰기를 통해 등록하여 사용하니 적용할 수 있었습니다.

동의어 사전은 어떤 구조의 데이터로 생산하고 등록하여하 할지 사용법을 알 수 있으면 좋겠네요

아래는 사용자 사전 등록에 사용했던 코드입니다.

userWord <- c("동의어", "사전")

write.table(
x = userWord,
quote = TRUE,
file = './userDIC.txt',
row.names = FALSE,
col.names = FALSE,
fileEncoding = "UTF-8")

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

No branches or pull requests

1 participant