Reorder data loading in VSpell::init()
commit810bcd98debc5ba1e3abe87db8daf047bd6f2c57
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 7 Nov 2006 14:43:16 +0000 (7 21:43 +0700)
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Tue, 7 Nov 2006 14:43:16 +0000 (7 21:43 +0700)
treecb3e1797c409abfe0aeb35643b3b0dc7d775dd89
parent2d52b5f286a88002deef87a2833be3b43c0dbd78
Reorder data loading in VSpell::init()

Load ngram first, dic_init() and wordlist loading later.
syngram loading is temporarily commented out due to lack of
this file
libvspell/spell.cpp