OSDN Git Service

openJtalk結合
[nlite/nlite.git] / open_jtalk_lib / open_jtalk / mecab / src / mecab-dict-index.cpp
1 //  MeCab -- Yet Another Part-of-Speech and Morphological Analyzer
2 //
3 //
4 //  Copyright(C) 2001-2006 Taku Kudo <taku@chasen.org>
5 //  Copyright(C) 2004-2006 Nippon Telegraph and Telephone Corporation
6 #include "mecab.h"
7
8 int main(int argc, char **argv) {
9   return mecab_dict_index(argc, argv);
10 }
11