Libvspell now using new engine. Everything is stored in WordEntries.
commit4182598a937f80f980593b5739a8f22ce63ad2cd
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 13 Feb 2004 11:07:10 +0000 (13 11:07 +0000)
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 6 Nov 2006 13:05:40 +0000 (6 20:05 +0700)
tree4898530331d7219fc02dec0be9dc06fb566c8515
parent55ec9202d8a4b9ed7767e7bd3d79cd825bf7efe4
Libvspell now using new engine. Everything is stored in WordEntries.

Possible mispelled positions are generated.
14 files changed:
libvspell/Doxyfile [new file with mode: 0644]
libvspell/Makefile.am
libvspell/Makefile.in
libvspell/dictionary.cpp
libvspell/posgen.h [new file with mode: 0644]
libvspell/sections.cpp [new file with mode: 0644]
libvspell/sentence.cpp
libvspell/spell.cpp
libvspell/spell.h
libvspell/syllable.h
libvspell/wfst.cpp
libvspell/wfst.h
libvspell/wordnode.h
libvspell/words.cpp [new file with mode: 0644]