[ 
https://issues.apache.org/jira/browse/OPENNLP-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bruno P. Kinoshita updated OPENNLP-1341:
----------------------------------------
    Fix Version/s: 2.1.1

> Make the ConlluPOSSampleStream constructor public
> -------------------------------------------------
>
>                 Key: OPENNLP-1341
>                 URL: https://issues.apache.org/jira/browse/OPENNLP-1341
>             Project: OpenNLP
>          Issue Type: Wish
>          Components: POS Tagger
>    Affects Versions: 1.9.3
>         Environment: Windows
>            Reporter: Reece H. Dunn
>            Priority: Trivial
>              Labels: easyfix
>             Fix For: 2.1.1
>
>
> The constructor for ConlluPOSSampleStream is currently package private as it 
> does not have a public/private keyword before it. Making it public will allow 
> an application to create that stream for use in training a POS model.
> The other conllu stream classes (ConlluStream, ConlluLemmaSampleStream, 
> ConlluTokenSampleStream, ConlluSentenceSampleStream) have public 
> constructors, allowing them to be used in training their respective models.
> The ConlluPOSSampleStreamFactory and ConlluLemmaSampleStreamFactory classes 
> are marked as internal use only, and rely on an API suited to the opennlp 
> cli. Note: ConlluSentenceSampleStreamFactory and 
> ConlluTokenSampleStreamFactory are missing an internal use only comment, but 
> should have one.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to