UCENE-2899: Add OpenNLP Analysis capabilities as a module":
> https://issues.apache.org/**jira/browse/LUCENE-2899<https://issues.apache.org/jira/browse/LUCENE-2899>
>
> -- Jack Krupansky
>
> -Original Message- From: Rendy Bambang Junior
> Sent: Monday, May 06, 2013 11:41 AM
>
-2899: Add OpenNLP Analysis capabilities as a module":
https://issues.apache.org/jira/browse/LUCENE-2899
-- Jack Krupansky
-Original Message-
From: Rendy Bambang Junior
Sent: Monday, May 06, 2013 11:41 AM
To: solr-user@lucene.apache.org
Subject: Tokenize Sentence and Set Attribute
Hello,
Hello,
I am trying to use part of speech tagger for bahasa Indonesia to filter
tokens in Solr.
The tagger receive input as word list of a sentence and return tag array.
I think the process should by like this:
- tokenize sentence
- tokenize word
- pass it into the tagger
- set attribute using tag