deimos.jieba.jieba

Undocumented in source.

Members

Functions

jieba_close
void jieba_close()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jieba_cut
AWord* jieba_cut(char* input, bool with_hmm, size_t* length)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jieba_free
void jieba_free(AWord* words, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
jieba_open
int jieba_open(char* dict_path, char* hmm_path, char* user_dict_path, char* idf_path, char* stop_word_path)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

AWord
struct AWord
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta