Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
LatinIME
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
keyboard
LatinIME
Commits
f925b1e3
Commit
f925b1e3
authored
11 years ago
by
Ken Wakasa
Browse files
Options
Downloads
Patches
Plain Diff
Fix offdevice TRT build
Change-Id: Idc2f3897e592433c13361bd8af94530d81621764
parent
4d02aa4e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
native/jni/src/suggest/core/dictionary/unigram_property.h
+2
-2
2 additions, 2 deletions
native/jni/src/suggest/core/dictionary/unigram_property.h
with
2 additions
and
2 deletions
native/jni/src/suggest/core/dictionary/unigram_property.h
+
2
−
2
View file @
f925b1e3
...
...
@@ -17,6 +17,7 @@
#ifndef LATINIME_UNIGRAM_PROPERTY_H
#define LATINIME_UNIGRAM_PROPERTY_H
#include
<cstring>
#include
<vector>
#include
"defines.h"
...
...
@@ -31,8 +32,7 @@ class UnigramProperty {
UnigramProperty
()
:
mCodePoints
(),
mCodePointCount
(
0
),
mIsNotAWord
(
false
),
mIsBlacklisted
(
false
),
mHasBigrams
(
false
),
mHasShortcuts
(
false
),
mProbability
(
NOT_A_PROBABILITY
),
mTimestamp
(
0
),
mLevel
(
0
),
mCount
(
0
),
mShortcutTargets
(),
mShortcutProbabilities
()
{}
mTimestamp
(
0
),
mLevel
(
0
),
mCount
(
0
),
mShortcutTargets
(),
mShortcutProbabilities
()
{}
UnigramProperty
(
const
UnigramProperty
&
unigramProperty
)
:
mCodePoints
(),
mCodePointCount
(
unigramProperty
.
mCodePointCount
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment