jieba ~master (2020-10-14T07:12:40Z)
Dub
Repo
AWord
deimos
jieba
jieba
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
struct
AWord {
char
*
word
;
size_t
length
;
}
Members
Variables
length
size_t
length
;
Undocumented in source.
word
char
*
word
;
Undocumented in source.
Meta
Source
See Implementation
deimos
jieba
jieba
functions
jieba_close
jieba_cut
jieba_free
jieba_open
structs
AWord