[ 
https://issues.apache.org/jira/browse/CTAKES-209?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13750150#comment-13750150
 ] 

ASF subversion and git services commented on CTAKES-209:
--------------------------------------------------------

Commit 1517558 from [email protected] in branch 
'ctakes/branches/ctakes-3.1.0'
[ https://svn.apache.org/r1517558 ]

merge CTAKES-209 revision 1517555
                
> Simplify how SentenceDetector models are loaded
> -----------------------------------------------
>
>                 Key: CTAKES-209
>                 URL: https://issues.apache.org/jira/browse/CTAKES-209
>             Project: cTAKES
>          Issue Type: Improvement
>          Components: ctakes-core
>    Affects Versions: 3.0-incubating
>            Reporter: Pei Chen
>            Assignee: Pei Chen
>            Priority: Minor
>             Fix For: 3.1
>
>
> Sentence Dectector is still using the OpenNLP 1.4 mechanism of loading it's 
> model file.
> a.       Suggestion: Let's update it to use the new 1.5 way similar to 
> POSTagger.  
> - Remove non longer required classes: SuffixMaxentModelResourceImpl, 
> MaxentModelResource, SuffixSensitiveGISModelReader, classes etc.
> I think this will keep it consistent with the other projects such as 
> POSTagger.  
> There may have been a performance reason for shared resources, but this is a 
> tiny model compared to the others, and it's only done once during init time.  
> This should simplify the code and it's references significantly. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to