libmecab ~master (2022-05-17T00:37:25.2927115)
Dub
Repo
MeCabLattice
libmecab
common
Undocumented in source.
struct
MeCabLattice {
this
();
this(this)
;
void
sentence
(const(char)[] text);
static
MeCabLattice
create
();
}
Constructors
this
this
()
Undocumented in source.
this
this
(mecab_lattice_t* handle)
Undocumented in source.
Postblit
this(this)
this(this)
Undocumented in source.
Members
Functions
bosNode
mecab_node_t
*
bosNode
()
Undocumented in source. Be warned that the author may not have intended to support it.
sentence
void
sentence
(const(char)[] text)
Undocumented in source. Be warned that the author may not have intended to support it.
Static functions
create
MeCabLattice
create
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
libmecab
common
structs
MeCabLattice
MeCabModel
MeCabNode
MeCabNodeRange
MeCabTagger