Phrase Query

2003-02-26 Thread Cesar Estevez
Hello! I am using Lucene to build a searcher, using the Algorithm of Porter for the Galician language (Galicia, Spain). I need parser a PhraseQuery with my analyzer and wanted to know if this is possible. Thank you. - To unsubscri

Re: Best HTML Parser !!

2003-02-26 Thread Nestel, Frank IZ/HZA-IC4
I've had fairly good experience with Jtidy! But HTMLParser http://htmlparser.sourceforge.net/ seems to have the lighter looking API. It is Event based and I might need to parse some large HTML sometime soon, where DOM might be the problem. Does anyone have practical experience with HTMLParser? Th