[Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-07 Thread sanjeev
Hello, After playing around with nutch for a few months I was tying to implement the thai lanaguage analyzer for nutch. Downloaded the subversion version and compiled using ant - everything fine. Next - I didn't see any tutorial for thai - but i did see one for chinese at

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-07 Thread sanjeev
Oh btw - I followed the chinese tutorial and was able to compile and everything was fine. Lemme just test if it is working properly - however i didn't make any changes to NutchAnalysis.jj I need more information please. Thanks a bunch. -- View this message in context:

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-07 Thread sanjeev
language. But yes - even I would appreciate any information to resolve this problem. regards, sanjeev. -- View this message in context: http://www.nabble.com/implement-thai-lanaguage-analyzer-in-nutch-tf2587282.html#a7233864 Sent from the Nutch - Dev mailing list archive at Nabble.com

[Nutch-dev] implement thai language in nutch

2006-11-08 Thread sanjeev
on it. Where do I change what ? What patches to apply ? in I would really appreciate it if someone could take the time out to explain in little more detail the exact procedure ? cheers sanjeev. -- View this message in context: http://www.nabble.com/implement-thai-language-in-nutch-tf2594386.html

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-08 Thread sanjeev
this implemented ASAP and I can't wait. cheers, sanjeev. -- View this message in context: http://www.nabble.com/implement-thai-lanaguage-analyzer-in-nutch-tf2587282.html#a7236321 Sent from the Nutch - Dev mailing list archive at Nabble.com

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-08 Thread sanjeev
/analysis/th/ total 24 drwxrwxr-x 7 otis otis 4096 Oct 27 02:08 .svn/ -rw-rw-r-- 1 otis otis 1528 Jun 5 14:27 ThaiAnalyzer.java -rw-rw-r-- 1 otis otis 2437 Jun 5 14:27 ThaiWordFilter.java Otis - Original Message From: Teruhiko Kurosaka [EMAIL PROTECTED] To: sanjeev [EMAIL

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-08 Thread sanjeev
be searchable in thai ? Someone please help as I'm hopelessly confused by the whole thing. :-( cheers, sanjeev. ogjunk-nutch wrote: Regarding Thai, there is a Thai Analyzer in Lucene already: $ ll contrib/analyzers/src/java/org/apache/lucene/analysis/th/ total 24 drwxrwxr-x 7 otis

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-08 Thread sanjeev
ok Kuro - you are wrong about thai language having spaces between words. Thai don't have space between words and segmenting thai is a bit tricky methinks. Will appreciate any/all help you can give me cheers, sanjeev sanjeev wrote: ok. I downloaded the LuceneInAction code examples

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-08 Thread sanjeev
on both counts simply because I don't have a clear picture on how to make Nutch for thai language. Can someone please outline for me the steps and procedure to make Nutch run in thai ? cheers, sanjeev. Arun Kaundal wrote: Sanjeev, My requirement is also very urgent . I tried a lot

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-08 Thread sanjeev
on both counts simply because I don't have a clear picture on how to make Nutch for thai language. Can someone please outline for me the steps and procedure to make Nutch run in thai ? cheers, sanjeev. Arun Kaundal wrote: Sanjeev, My requirement is also very urgent . I tried a lot

Re: [Nutch-dev] implement thai language in nutch

2006-11-09 Thread sanjeev
about the task. cheers, sanjeev. sanjeev wrote: Hi all, I was trying to incorporate thai language search into Nutch. Downloaded dev version and tried compile - everything fine. Downloaded thai analyser and compiled - everything fine. But how do i make searching in thai possible

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-14 Thread sanjeev
Message- From: sanjeev [mailto:[EMAIL PROTECTED] Sent: 2006-11-08 19:28 To: nutch-dev@lucene.apache.org Subject: Re: implement thai lanaguage analyzer in nutch I need a Thai Analyzer for Nutch. I want the crawler to be intelligent enough to split thai words correctly since thai don't

Re: [Nutch-dev] implement thai lanaguage analyzer in nutch

2006-11-14 Thread sanjeev
, sanjeev. sanjeev wrote: Thank you Mr. Teruhiko Kurosaka, I was able to locate the th.ngp file in nutch-0.8-dev distrib. I was able to compile the disstrib. When I ran the crawl - I'm not sure it picked up the language identifier. I added implementation id

Re: [Nutch-dev] implement thai language indexing and search

2006-12-03 Thread sanjeev
the steps - in brief - i would be highly obliged. Thanks, sanjeev. Jérôme Charron wrote: i used an existing ThaiAnalyzer which was in lucene packlage. ok - i renamed the lucene.analysis.th.* to nutch.analysis.th.* - compiled and placed all class files in a jar - analysis-th.jar (do i need

Re: [Nutch-dev] implement thai language indexing and search

2006-12-11 Thread sanjeev
Hi all, I am still waiting for some help re: the thai language indexing and searching. Please help as i'm quite lost on this one. Thanks and regards, sanjeev. sanjeev wrote: Thanks for clearing up some doubts. But exactly how do i wrap it ? Do I need to make changes in code to utilize

Re: [Nutch-dev] implement thai language indexing and search

2006-12-14 Thread sanjeev
indexes in: crawlxx3/indexes Dedup: done Adding crawlxx3/indexes/part-0 Shtykh Roman wrote: Hi, I have recently dealt with Japanese support and wrote how I did it on http://nislab.human.waseda.ac.jp/blog/?page_id=7 . I think it'll give you some idea. Br, Roman --- sanjeev