16 Commits

Author SHA1 Message Date
2ebfda46bc Removed Speller::test()
It served no other purpose than spell-checking a file with queries, and not even knowing the language.
2017-11-24 13:59:00 +01:00
6a803841e7 Claned up Speller somewhat 2016-11-29 14:29:42 +01:00
5f934820ae More constness in Speller.h 2016-11-12 21:23:01 +01:00
8ed362bc80 More constness in Speller.h 2016-11-12 21:20:38 +01:00
ea5fcd4c7e #include cleanup in Speller.* 2016-09-07 18:46:28 +02:00
207479bcc3 Speller::getPhrasePopularity() const 2016-05-23 15:21:15 +02:00
c8cf76c60d Speller::getLangBits64() should take a pointer 2016-05-23 12:54:57 +02:00
642552d040 Cleanup in Mem.h
Removed unnecessary #includes. Turned out that includign Mem.h was mostly
equivalent to #include *.* because Mem.h would pull in Xml.h, File.h Hostdb.h
etc. A small step toward making header files and modules self-contained.
2016-03-14 00:37:18 +01:00
ab0b9d03ea Standardize header guards 2016-03-08 22:16:02 +01:00
fa72cbc94d Remove unused methods from Speller 2016-03-03 17:34:37 +01:00
b90616c333 Remove StateSpeller from Speller.h 2016-02-17 15:44:31 +01:00
6184e376a4 Cleanup related to languages/Compiler warnings 2015-11-23 14:45:18 +01:00
96b8197ad3 now it compiles with -m32 2014-11-10 14:45:11 -08:00
e7dd8f7956 replace long long with int64_t 2014-10-30 13:36:39 -06:00
b13f3d24d7 replaced unsigned long long with uint64_t 2014-10-30 13:30:39 -06:00
f6e560c1f4 Initial file population. 2013-08-02 13:12:24 -07:00