OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NGram
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/PinyinIME/jni/include/
ngram.h
30
class
NGram
{
49
static
NGram
* instance_;
68
NGram
();
69
~
NGram
();
71
static
NGram
& get_instance();
/packages/inputmethods/PinyinIME/jni/share/
ngram.cpp
23
#include "../include/
ngram
.h"
127
NGram
*
NGram
::instance_ = NULL;
129
NGram
::
NGram
() {
141
NGram
::~
NGram
() {
154
NGram
&
NGram
::get_instance() {
156
instance_ = new
NGram
();
[
all
...]
dicttrie.cpp
24
#include "../include/
ngram
.h"
151
NGram
&
ngram
=
NGram
::get_instance();
local
158
!save_dict(fp) || !
ngram
.save_ngram(fp)) {
262
NGram
&
ngram
=
NGram
::get_instance();
265
!load_dict(fp) || !
ngram
.load_ngram(fp) ||
300
NGram
&ngram = NGram::get_instance()
local
318
NGram&
ngram
= NGram::get_instance();
local
337
NGram&
ngram
= NGram::get_instance();
local
895
NGram&
ngram
= NGram::get_instance();
local
916
NGram &
ngram
= NGram::get_instance();
local
[
all
...]
dictlist.cpp
22
#include "../include/
ngram
.h"
241
NGram
&
ngram
=
NGram
::get_instance();
local
258
ngram
.get_uni_psb((size_t)(w_buf - buf_ - start_pos_[word_len - 1])
matrixsearch.cpp
24
#include "../include/
ngram
.h"
139
user_dict_->set_total_lemma_count_of_others(
NGram
::kSysDictTotalFreq);
163
user_dict_->set_total_lemma_count_of_others(
NGram
::kSysDictTotalFreq);
724
if (score_to_add >
NGram
::kMaxScore) {
725
score_to_add =
NGram
::kMaxScore;
749
if (score_to_add >
NGram
::kMaxScore) {
750
score_to_add =
NGram
::kMaxScore;
[
all
...]
dictbuilder.cpp
25
#include "../include/
ngram
.h"
571
// Construct the
NGram
information
572
NGram
&
ngram
=
NGram
::get_instance();
local
573
ngram
.build_unigram(lemma_arr_, lemma_num_,
userdict.cpp
19
#include "../include/
ngram
.h"
96
*
NGram
::kLogValueAmplifier);
[
all
...]
Completed in 290 milliseconds