エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
ここにツイート内容が記載されます https://b.hatena.ne.jp/URLはspanで囲んでください
Twitterで共有ONにすると、次回以降このダイアログを飛ばしてTwitterに遷移します
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
# NEZUQ_差分ワード抽出器.R # Copyright (c) 2014 nezuq # This software is released under the MIT L... # NEZUQ_差分ワード抽出器.R # Copyright (c) 2014 nezuq # This software is released under the MIT License. # http://opensource.org/licenses/mit-license.php library(RMeCab) library(mvpart) # 基盤フォルダ path <- "." # 訓練データフォルダ path.train <- paste(path,"train",sep="/") # 結果フォルダ path.result <- paste(path,format(Sys.time(), "%y%m%d%H%M%S"),sep="/") dir.create(path.result) # 途中データ格納用フォルダ path.input <- paste(path.resu