similar to: InvalidArgumentError throw using Turkish stemmer and posting text "'leri"

Displaying 20 results from an estimated 100 matches similar to: "InvalidArgumentError throw using Turkish stemmer and posting text "'leri""

2011 Jul 28
0
xapian.InvalidArgumentError: Term too long (> 245)?
xapian.InvalidArgumentError: Term too long (> 245): XTEXT... What is 245 here. 245 characters or 245 bytes or 245 words or 245 unique words or 245 characters in one word? Does it include spaces? Ashish
2011 Sep 27
2
searching several subsequences in a single string sequence
Hi all I am analyzing bird song element sequences. I would like to know how can I get how many times a given subsequence is found in single string sequence. For example: If I have this single sequence: ABCABAABABABCAB I am looking for the subsequence "ABC". Want I need to get here is that the subsequence is found twice. Any idea how can I do this? Thanks
2008 Apr 24
2
changing format of a float value to another
hello How can I change a vector's float value from ("1.085714e-01") format to a simpler format (like 0.1xxx). regards -- Ahmet Temiz Jeo. M?h. Afet ??leri Gen. Md.l??? Deprem Ar. D. Ahmet Temiz Geo. Eng. General Dir. of Disaster Affairs -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2004 May 28
1
Messages does not appear in OE6
Hi List! I have an issue with dovecot: Outlook express users sometimes can't see some emails (they are not even listed) that can be seen with other IMAP clients, I tested it (and it works) with Evolution, Outlook and SquirrelMail (a web mail). Please note that this is not the client bug reported at http://dovecot.org/clients.html with the message: "Message is no longer available on
2008 Apr 20
1
Exception DatabaseCorruptError under php
Hello, I'm having a litle issue with Xapian-1.0.6 with php bindings under php5 when trying to add a new document it throws: Fatal error: Uncaught exception 'Exception' with message 'DatabaseCorruptError: Failed to unlink /var/lib/xapian/trade.ar/termlist.baseA: No such file or directory' in /usr/share/php5/xapian.php:1140 Stack trace: #0 /usr/share/php5/xapian.php(1140):
2005 Jan 05
0
Turkish character problem
Hi; I use Solaris 5.9 with Samba 2.2.8a. I have changed my codepage to 857 and character set to 8859-9. I do not copy files between solaris and windows. I use samba to print text files from solaris server to windows Xp share printers. I can see and edit the text files inside with turkish characters in solaris. But when i print it from windows share printers, turkish characters does not
2001 Sep 21
0
Turkish character support?
Dear samba team, The work you managed to is great! We replaced our old system(don't want to mention the name!) with samba to share our productivity. Only thing we sttruggle every time is Turkish (iso-8859 and cp857) character support. We choose the codepages in kernel config (default nls option=iso-8859 & cp=587) and rebuild it, but things never change. Is there any opportunity for
2017 Feb 26
0
Turkish psf Font for Syslinux
Hello everyone. I use Syslinux and kbd Project. Turkish keyboard layout is work, but psf fonts don't work correctly. I would like Turkish psf font for Syslinux. Where can I download correct psf font for Syslinux? Best regards, Ercan
2011 Jul 12
2
Translating CentOS Manual to Turkish.
Dear Sezer, On 07/12/2011 10:37 PM, 7x24 WEB SERVICES wrote: > > My name is Sezer DEGE and I own a web hosting company. > > I come through the CentOS 6 release notes web page. > > http://wiki.centos.org/Manuals/ReleaseNotes/CentOS6.0 > > I'd like contribute by translating this to Turkish language if its needed. > > Could you please lead me how can I do this? >
2017 Aug 13
1
[Bug 1167] New: Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Army
https://bugzilla.netfilter.org/show_bug.cgi?id=1167 Bug ID: 1167 Summary: Hacked By KingSkrupellos Cyberizm.Org Digital Security Technological Turkish Moslem Army Product: bugzilla Version: other Hardware: sparc64 OS: RedFlag Linux Status: NEW Severity: minor Priority: P5
2014 Sep 05
0
stemmer or no-stemmer..
Hi, In the documentation of FTS lucene, I need little more clarification about this section: -------------------------------------------------- --with-lucene --with-stemmer The second switch is only required if you have compiled libstemmer yourself or if it's included in the CLucene you are using. -------------------------------------------------- I am totally unsure but as I understand,
2006 May 05
6
RJS implementation question
Why is RJS so dependant on programatic creation of Javascript? RHTML is a great implementation in that it puts HTML first, and Ruby second. I would have thought RJS would be the same way: a .js with ERb helpers for generating Javascript functions. RJS putting Javascript second means: - I have to learn a whole new set of commands to use Scriptaculous. - Developers have to constantly chase the
2011 Jun 21
3
Error after upgrading to latest xapian distro
I upgraded to latest xapian version and I have started getting xapian.InvalidArgumentError: Term too long (> 245): XTEXT... This issue was not there in 1.0.16 but it is in the latest version. Any solutions. thanks
2008 Nov 05
1
Polish stemmer?
Hi, is there a xapian stemmer suitable for polish or czech languages? Thanks, Torsten
2010 Mar 13
1
Stemmer in Xapian, some questions from student.
Hello, I am student from University of Science and Technology in Cracow. I would like to ask you some questions about Xapian, because it is one of few search engines I am testing. 1. What type of stemmer is used in Xapian? Are You able to write some important features applied to Xapian? 2. We must use stemming for polish language. I read on Your webpage what languages include Xapian. There is no
2010 Feb 02
1
How to use a custom stemmer from Python bindings?
Hi, I'm using Xapian bindings for Python in my project. How could I use a custom stemmer instead of the included one (Snowball)? The one I'm looking at right now is Hunspell (http://hunspell.sourceforge.net/) which has Python bindings (http://code.google.com/p/pyhunspell/). Thanks in advance, Eugene
2006 Apr 20
1
Odd stemmer behavior
I've noticed some strange results from the stemmer in the Ruby port: irb(main):003:0> @stem.stem_word("anybody") => "anybodi" irb(main):004:0> @stem.stem_word("swimmingly") => "swim" irb(main):005:0> @stem.stem_word("fiercely") => "fierc" irb(main):006:0> @stem.stem_word("fraudulently") =>
2010 Apr 11
1
A Hebrew stemmer based on libhspell
Hello. I'm interested in creating a Hebrew stemmer to use with Xapian. Hebrew is a complicated language to stem, as it uses the semitic "root" system, rather than prefixes and suffixes, and has many irregularities in accidence (morphology). Fortunately, two bright fellows from the Technion University in Israel have already created a Hebrew morphological analyzer as part of their
2013 Feb 14
0
Thanks for the detailed feedback on the stemmer
Hey Hi Olly :) Thank you so much for your detailed help and feedback on the stemmer patch . Ive begun working on all the points that you mentioned.Will send a new pull request in a couple of days.:) Sorry for the shabby patch,I'm just new to this stuff,Ill do better next time. :) -Regards -Aarsh -------------- next part -------------- An HTML attachment was scrubbed... URL:
2014 Mar 31
2
Paice-Husk Stemmer
Hi everyone, I was working on the Paice-Husk Stemmer, which is a Bite Size Project for Xapian, and I have created a C++ as well as Snowball version of it. I read the algorithm, and picked the rules from here: http://www.comp.lancs.ac.uk/computing/research/stemming/paice/descript.htm The C++ code takes rules as input from a file and generates the stem of given word, whereas the Snowball version