vocd +t*MOT +d -t%mor 21_A0P05M.cha > 21_A0P05M.txt
2. R 에서 다음 명령어를 돌려 랜덤 단어를 100개 저장한다.
scan(file=file.choose(), what="char",encoding = "UTF-8", sep=" ") -> file1
sample(file1,100) -> file1.sample
unlist(strsplit(file1.sample, " ")) -> file1.sample
cat(file1.sample,file="21_A0P05M.txt",sep="\n")
댓글 없음:
댓글 쓰기