Hi, All,
I use lucene highlight package to generate KWIC contents. When part of the
paper with text like this,
==
PARTICIPATORY NATURAL RESOURCES MANAGEMENT IN MOZAMBIQUE
AN ASSESSMENT OF LEGAL AND INSTITUTIONAL ARRANGEMENTS FOR CO
Hi, Mark,
Please ignore my previous posting. I sent it by accident.
Sorry for the confusing. The complete code is here:
===
Analyzer analyzer = new StandardAnalyzer();
BufferedReader in = new BufferedReader(new InputStreamReader(System.
Hi, Mark,
Sorry for the confusing. The complete code is here:
===
Analyzer analyzer = new StandardAnalyzer();
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
String line = in.readLine();
if (line.length() == -
Quoting mark harwood <[EMAIL PROTECTED]>:
Hi, Mark,
I just used StandardAnalyzer and code is as following:
=
Analyzer analyzer = new StandardAnalyzer();
BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
Hi, All,
I use lucene highlight package to generate KWIC for our application.
The part of the code is as following:
=
if(text != null ){
TokenStream tokenStream = analyzer.tokenStream("contents",
new StringReade