class promecab{
String bun,word;
public static void main(String args[]){
promecab test=new promecab();
}
promecab(){
word="東京電力福島第一原発の事故による放射能汚染水の海への放出が10日にも終わる見通しになった。";
mecab mc=new mecab();
mc.makedata(word);
bun=mc.bun;
System.out.println(bun);
}
}
最終更新:2011年04月10日 06:33