org.chasen.mecab.MeCabConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mecab-java Show documentation
Show all versions of mecab-java Show documentation
MeCab: Yet Another Part-of-Speech and Morphological Analyzer
MeCab is a fast and customizable Japanese morphological analyzer. MeCab is designed for generic purpose and applied to variety of NLP tasks, such as Kana-Kanji conversion. MeCab provides parameter estimation functionalities based on CRFs and HMM
The newest version!
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 1.3.40
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ----------------------------------------------------------------------------- */
package org.chasen.mecab;
public interface MeCabConstants {
public final static int MECAB_NOR_NODE = MeCabJNI.MECAB_NOR_NODE_get();
public final static int MECAB_UNK_NODE = MeCabJNI.MECAB_UNK_NODE_get();
public final static int MECAB_BOS_NODE = MeCabJNI.MECAB_BOS_NODE_get();
public final static int MECAB_EOS_NODE = MeCabJNI.MECAB_EOS_NODE_get();
public final static int MECAB_EON_NODE = MeCabJNI.MECAB_EON_NODE_get();
public final static int MECAB_SYS_DIC = MeCabJNI.MECAB_SYS_DIC_get();
public final static int MECAB_USR_DIC = MeCabJNI.MECAB_USR_DIC_get();
public final static int MECAB_UNK_DIC = MeCabJNI.MECAB_UNK_DIC_get();
public final static int MECAB_ONE_BEST = MeCabJNI.MECAB_ONE_BEST_get();
public final static int MECAB_NBEST = MeCabJNI.MECAB_NBEST_get();
public final static int MECAB_PARTIAL = MeCabJNI.MECAB_PARTIAL_get();
public final static int MECAB_MARGINAL_PROB = MeCabJNI.MECAB_MARGINAL_PROB_get();
public final static int MECAB_ALTERNATIVE = MeCabJNI.MECAB_ALTERNATIVE_get();
public final static int MECAB_ALL_MORPHS = MeCabJNI.MECAB_ALL_MORPHS_get();
public final static int MECAB_ALLOCATE_SENTENCE = MeCabJNI.MECAB_ALLOCATE_SENTENCE_get();
public final static String VERSION = MeCabJNI.VERSION_get();
}