On 11/13/2013 01:35 AM, Mahesh Joshi wrote:
Hi All,
Does anyone have recommendations about this use case and incorporating it
into opennlp code base? Or is sticking with the code duplication currently
the best option for users that require the use of real-valued features for
sequence tagging?
Yes you are right, we should enhance the class to allow that. We are
currently working on making
the machine learner pluggable in OpenNLP, I suspect that we as part of
that also need to refactor the sequence
finding code, e.g. making it pluggable, or optional if already provided
by the machine learneing implementation.
Jörn