From 937d5ad0131267aa4273f3e5d75b203a1f263c18 Mon Sep 17 00:00:00 2001 From: Jae Yong Sung Date: Wed, 30 Jun 2010 20:28:04 -0700 Subject: added bigram prediction - after first character, only suggests bigram data (but doesn't autocomplete) - after second character, words from dictionary gets rearranged by using bigram - compatible with old dictionary - added preference option to disable bigram Change-Id: Ia8f4e8fa55e797e86d858fd499887cd396388411 --- tests/res/raw/test.dict | Bin 2562 -> 2829 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'tests/res') diff --git a/tests/res/raw/test.dict b/tests/res/raw/test.dict index e789aaa9a..6a5d6d794 100644 Binary files a/tests/res/raw/test.dict and b/tests/res/raw/test.dict differ -- cgit v1.2.3-83-g751a