feat(typing): add English autocomplete and Chinese candidate expand panel
Offline English lexicon suggestions with autocapitalization, plus a same-height Chinese more-candidates grid over the key area.
This commit is contained in:
@@ -0,0 +1,57 @@
|
||||
the of and to in is for that with on a
|
||||
of the a this my our their these those course them
|
||||
to the be a do make see get go have my
|
||||
and the I a then also other more so we you
|
||||
a lot few new good great little bit way time person
|
||||
in the a my this order fact front time case addition
|
||||
is a the not to that this it one more also
|
||||
for the a example me you us this that now sure
|
||||
on the a my this top time earth it our your
|
||||
that is the I you we it this are was would
|
||||
with the a my you me us this that him her
|
||||
I am have will would can think know want need was
|
||||
you can are will have know want need should may would
|
||||
we are have can will need want should would were do
|
||||
it is was will can would has does seems might could
|
||||
this is was will can time way one year week day
|
||||
have a the to been been not an some any more
|
||||
will be not have you we I the also help make
|
||||
can be you I we not help see make get do
|
||||
would be like not have you I we rather love prefer
|
||||
from the a my this that our their here there home
|
||||
at the a least home work school night least all once
|
||||
as a the well soon if much long far usual expected
|
||||
be a the able sure happy ready there here more good
|
||||
or the a not so even maybe perhaps other something anything
|
||||
but the I we you it also not then still now
|
||||
not a the be to only sure really yet just going
|
||||
are a the you we not there here going also more
|
||||
was a the not in to very just also there born
|
||||
my name friend family life work time house car phone job
|
||||
your name email phone help time life work family friend order
|
||||
our team company family friends time work goal plan product service
|
||||
if you I we the it this that possible needed so
|
||||
when you I we the it this that people they he
|
||||
how to are is do can much many long about come
|
||||
what is are do you I we about if the happened
|
||||
there is are was were will have can a the no
|
||||
here is are was were you we to for at comes
|
||||
thank you god goodness
|
||||
thanks for so a again
|
||||
please let help send check review confirm see note find make
|
||||
looking forward for at into up to
|
||||
let me us you the it
|
||||
make sure a the it sense up out
|
||||
need to a the help more some
|
||||
want to a the you more
|
||||
going to on out home back
|
||||
able to to
|
||||
due to date
|
||||
according to
|
||||
based on
|
||||
instead of
|
||||
because of I you we it the they
|
||||
out of the to there here
|
||||
up to the and for with
|
||||
into the a this that account
|
||||
about the a this that it you to
|
||||
|
File diff suppressed because it is too large
Load Diff
@@ -27,3 +27,9 @@ rime-ice, rime-double-pinyin, rime-luna-pinyin, rime-essay and KeyboardKit Pro.
|
||||
|
||||
The Apache-2.0 and MIT license texts are available from the source links above;
|
||||
all required copyright and permission notices must remain with distributions.
|
||||
|
||||
English typing lexicon
|
||||
----------------------
|
||||
english_lexicon.tsv and english_bigrams.tsv are OSG-curated word lists with
|
||||
synthetic relative frequency ranks for offline autocomplete / autocorrect /
|
||||
next-word ranking. They are not derived from GPL/LGPL dictionaries.
|
||||
|
||||
Reference in New Issue
Block a user