Skip to content

Commit

Permalink
tag edit
Browse files Browse the repository at this point in the history
  • Loading branch information
heewon jeon committed Oct 30, 2016
1 parent cda5008 commit dad8eba
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
Binary file modified NIADic/inst/dics.RData
Binary file not shown.
23 changes: 23 additions & 0 deletions woorimalsam.R
Original file line number Diff line number Diff line change
Expand Up @@ -404,5 +404,28 @@ insighter <- data.frame(insighter)
insighter[grepl("sebastienfoucan", x=insighter$term), ]


rownames(insighter[nchar(insighter$term) > 50,])

insighter[insighter$term ]


유희왕5ds

insighter[grepl("윤경이네해장국", x=insighter$term),]




insighter[insighter$tag == 'xs',]$tag <- 'xsn'


insighter[insighter$tag == 'jx',]$tag <- 'jxc'


insighter[insighter$tag == 'et',]$tag <- 'etn'

insighter <- insighter[!grepl('\\snc\\s',insighter$term), ]




0 comments on commit dad8eba

Please sign in to comment.