Home
last modified time | relevance | path

Searched defs:bigrams (Results 1 – 18 of 18) sorted by relevance

/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/property/
Dword_property.h38 const std::vector<BigramProperty> *const bigrams) in WordProperty()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderEncoderTests.java158 final SparseArray<List<Integer>> bigrams) { in addBigrams()
199 final SparseArray<List<Integer>> bigrams, in checkDictionary()
243 final SparseArray<List<Integer>> bigrams, in timeReadingAndCheckDict()
266 final SparseArray<List<Integer>> bigrams, final HashMap<String, List<String>> shortcuts, in runReadAndWrite()
DPtNodeInfo.java37 final ArrayList<PendingAttribute> bigrams) { in PtNodeInfo()
DAbstractDictDecoder.java46 final TreeMap<Integer, ArrayList<PendingAttribute>> bigrams) in readUnigramsAndBigramsBinary()
DVer2DictDecoder.java80 final ArrayList<PendingAttribute> bigrams, final int baseAddress) { in readBigramAddresses()
239 final ArrayList<PendingAttribute> bigrams; in readPtNode() local
DBinaryDictIOUtils.java90 final Map<Integer, ArrayList<PendingAttribute>> bigrams) { in readUnigramsAndBigramsBinaryInner()
160 final Map<Integer, ArrayList<PendingAttribute>> bigrams) throws IOException, in readUnigramsAndBigramsBinary()
DDictDecoder.java91 final TreeMap<Integer, ArrayList<PendingAttribute>> bigrams) in readUnigramsAndBigramsBinary()
DFusionDictionary.java104 final ArrayList<WeightedString> bigrams, final ProbabilityInfo probabilityInfo, in PtNode()
117 final ArrayList<WeightedString> bigrams, final ProbabilityInfo probabilityInfo, in PtNode()
240 final ArrayList<WeightedString> bigrams, in update()
DVer2DictEncoder.java203 private void writeBigrams(final ArrayList<WeightedString> bigrams, in writeBigrams()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DInfo.java93 final ArrayList<WeightedString> bigrams = ptNode.getBigrams(); in showWordInfo() local
DCombinedInputOutput.java101 ArrayList<WeightedString> bigrams = new ArrayList<>(); in readDictionaryCombined() local
DXmlDictInputOutput.java288 final BufferedInputStream shortcuts, final BufferedInputStream bigrams) in readDictionaryXml()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DWordProperty.java49 final ArrayList<WeightedString> bigrams, in WordProperty()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DBinaryDictionaryTests.java870 final HashSet<Pair<String, String>> bigrams = new HashSet<>(); in testUnigramAndBigramCount() local
1004 final HashMap<String, HashSet<String>> bigrams = new HashMap<>(); in testGetWordProperties() local
1107 final HashMap<String, HashSet<String>> bigrams = new HashMap<>(); in testIterateAllWords() local
1396 final ArrayList<Pair<String, String>> bigrams = new ArrayList<>(); in testLargeDictMigration() local
DBinaryDictionaryDecayingTests.java461 final ArrayList<Pair<String, String>> bigrams = new ArrayList<>(); in testAddManyBigramsToDecayingDict() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v2/
Dpatricia_trie_policy.cpp393 std::vector<BigramProperty> bigrams; in getWordProperty() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/backward/v402/
Dver4_patricia_trie_policy.cpp449 std::vector<BigramProperty> bigrams; in getWordProperty() local
/packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/dictionary/structure/v4/
Dver4_patricia_trie_policy.cpp461 std::vector<BigramProperty> bigrams; in getWordProperty() local