|
|
|
|
|
|
|
__iter__(self)
__iter__(NGramModelSet self) -> NGramModelSetIterator |
source code
|
|
|
__init__(self,
config,
logmath,
path)
__init__(NGramModelSet self, Config config, LogMath logmath, char
const * path) -> NGramModelSet |
source code
|
|
|
__swig_destroy__(...)
delete_NGramModelSet(NGramModelSet self) |
|
|
|
|
|
count(self)
count(NGramModelSet self) -> int |
source code
|
|
|
add(self,
model,
name,
weight,
reuse_widmap)
add(NGramModelSet self, NGramModel model, char const * name, float
weight, bool reuse_widmap) -> NGramModel |
source code
|
|
|
select(self,
name)
select(NGramModelSet self, char const * name) -> NGramModel |
source code
|
|
|
lookup(self,
name)
lookup(NGramModelSet self, char const * name) -> NGramModel |
source code
|
|
|
current(self)
current(NGramModelSet self) -> char const * |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|