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
패키지 잘 사용하고 있습니다.
사용자 사전은 벡터로 등록한후 텍스트 쓰기를 통해 등록하여 사용하니 적용할 수 있었습니다.
동의어 사전은 어떤 구조의 데이터로 생산하고 등록하여하 할지 사용법을 알 수 있으면 좋겠네요
아래는 사용자 사전 등록에 사용했던 코드입니다.
userWord <- c("동의어", "사전")
write.table( x = userWord, quote = TRUE, file = './userDIC.txt', row.names = FALSE, col.names = FALSE, fileEncoding = "UTF-8")
The text was updated successfully, but these errors were encountered:
No branches or pull requests
패키지 잘 사용하고 있습니다.
사용자 사전은 벡터로 등록한후 텍스트 쓰기를 통해 등록하여 사용하니 적용할 수 있었습니다.
동의어 사전은 어떤 구조의 데이터로 생산하고 등록하여하 할지 사용법을 알 수 있으면 좋겠네요
아래는 사용자 사전 등록에 사용했던 코드입니다.
userWord <- c("동의어", "사전")
write.table(
x = userWord,
quote = TRUE,
file = './userDIC.txt',
row.names = FALSE,
col.names = FALSE,
fileEncoding = "UTF-8")
The text was updated successfully, but these errors were encountered: