search for: ldoc

Displaying 3 results from an estimated 3 matches for "ldoc".

Did you mean: doc
2010 Jun 09
1
TermGenerator incorrectly tokenizes German text which contains special characters
...eitssch? and Zgesundheitssch? (stemmed). All character encodings are set to UTF-8, the MySql database is also in UTF-8 encoding. * #1 $lIndexer = new XapianTermGenerator(); #2 $lStemmer = new XapianStem(XapianHelper::GetStemmer($pLanguage)); // ?german? #3 $lIndexer->set_stemmer($lStemmer); #4 $lDoc = new XapianDocument(); #5 $lDoc->add_term($lObj->Id); #6 $lIndexer->set_document($lDoc); #7 $lIndexer->index_text("Nahrungserg?nzungsmittel Ausrei?er"); #8 $lIndexer->index_text($lSomeStringFromDb);* In the code example just above here the problem only occurs when I try t...
1999 Oct 25
2
leaps: XHAUST returned error code -999
...or suggestions would be very appreciated, Thanks in advance, Pete ----------------------------------------------- > objects() [1] "lahodsub" "last.warning" "pred" "resp" > str(pred) `data.frame': 93 obs. of 20 variables: $ LDOC : num 0.613 0.672 0.556 0.906 0.958 ... $ LTP : num 0.751 0.924 0.791 1.078 1.139 ... $ LChlA : num 0.232 0.211 0.084 0.611 0.321 ... $ LZmax : num 1.20 1.20 1.20 1.30 1.30 ... $ LDepth : num 0.954 1.000 0.845 0.778 0.845 ... $ LDSAm : num 6.13 6.13 6.13 6.79 6....
2003 Nov 07
1
Samba 3.0.0 & OpenBSD 3.3: ldap.h not found
Hi! I'm trying to install Samba 3.0.0 into an OpenBSD 3.3 server. I have copied ldap.h from OpenLDAP 2.1.22 distribution to /usr/local/include. However, configure does not seem to find it: checking for LDAP support... auto checking ldap.h usability... no checking ldap.h presence... no checking for ldap.h... no I get the same result with ./configure --libdir=/usr/local/lib