[
https://issues.apache.org/jira/browse/OPENNLP-429?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13208270#comment-13208270
]
Joern Kottmann commented on OPENNLP-429:
----------------------------------------
The unknown artifacts might be loaded first from the zip package. I am not sure
if it is possible to influence the order here.
But it looks like that your code will load these into memory, and then load the
with the proper serializer later. Is that correct?
Why is BaseModel.getFactory public? The BaseModel class is designed for
extension. A sub-class will always override it anyway if it supports a custom
factory. On the other hand you might don't want to have this method if a
sub-class does not over support for a custom factory. Should we remove it?
> Create a Factory to customize the POS Tagger
> --------------------------------------------
>
> Key: OPENNLP-429
> URL: https://issues.apache.org/jira/browse/OPENNLP-429
> Project: OpenNLP
> Issue Type: New Feature
> Components: Command Line Interface, POS Tagger
> Affects Versions: tools-1.5.3-incubating
> Reporter: William Colen
> Assignee: William Colen
> Priority: Minor
> Fix For: tools-1.5.3-incubating
>
>
> Should provide a mechanism to customize the POS Tagger using a factory. The
> component should get the following objects from the factory:
> - Context Generator
> - Sequence Validator
> - POS Dictionary implementation
> One issue to solve is how to initialize the objects. For example, the
> Sequence Validator might be initialized using a POS Dictionary.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira