Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OPENNLP-856: Refactoring AdaptiveFeatureGenerator and FeatureGeneratorAdapter #4

Closed
wants to merge 1,321 commits into from

Conversation

jzonthemtn
Copy link
Contributor

Refactoring AdaptiveFeatureGenerator and FeatureGeneratorAdapter to only need one (FeatureGeneratorAdapter). Setting Java compiler version to 1.8 to support the default functions in AdaptiveFeatureGenerator for backward compatibility.

kottmann and others added 30 commits March 10, 2014 21:29
EntitylinkerFactory now throws IOException, therefore EntityLinker#init also throws IOException. 

git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1576275 13f79535-47bb-0310-9956-ffa450edef68
Added method to EntityLinkerFactory takes only EntityLinkerProperties

git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1576279 13f79535-47bb-0310-9956-ffa450edef68
Added method to EntityLinkerFactory takes only EntityLinkerProperties

git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1576688 13f79535-47bb-0310-9956-ffa450edef68
…ly and returns instantiated Artifact Serializers instead.

git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1576746 13f79535-47bb-0310-9956-ffa450edef68
…to Rodrigo Agerri for providing a patch.

git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1576767 13f79535-47bb-0310-9956-ffa450edef68
…unction as a throw-ed error.

git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1580131 13f79535-47bb-0310-9956-ffa450edef68
kottmann and others added 25 commits October 20, 2015 11:39
…when train data is not sufficient

git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1734886 13f79535-47bb-0310-9956-ffa450edef68
The class SequenceStreamEventStream has a few bugs.
(1) It truncates the stream early if any sequence is empty.
(2) After reset, it will emit the remaining elements from the underlying sequence that was being iterated over before the reset, and then start over from the beginning.
(3) It leaks memory by not discarding references to objects it doesn't need anymore.

Thanks to Steven Taschuk for providing a patch. 


git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1741161 13f79535-47bb-0310-9956-ffa450edef68
The train methods should not be possible to use anymore by client code.
Some of the methods allow training models which can't be instantiated afterwards.



git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1741167 13f79535-47bb-0310-9956-ffa450edef68
All InputStreams are now using the try-with-resources statement and some streams are now also closed correctly.

git-svn-id: https://svn.apache.org/repos/asf/opennlp/trunk@1744917 13f79535-47bb-0310-9956-ffa450edef68
…rAdapter. Setting Java compiler version to 1.8.
@asfgit asfgit closed this in 961a943 Dec 30, 2016
kinow pushed a commit to kinow/opennlp that referenced this pull request May 14, 2017
kinow added a commit to kinow/opennlp that referenced this pull request May 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants