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

Added support for InputStream constructor in MaxentTagger #191

Closed
wants to merge 1 commit into from

Conversation

TobiasNorlund
Copy link

I have added constructors for inputting the trained model as an InputStream in MaxentTagger. Currently it only allows a model file path string.

It is useable it the model files are stored somewhere else (e.g the cloud or in a db) and not reachable by a file path string.

The edits in this PR are intended for the public domain.

@AngledLuffa
Copy link
Contributor

Seems reasonable. Thanks for sharing.

On Tue, May 17, 2016 at 7:55 AM, TobiasNorlund [email protected]
wrote:

I have added constructors for inputting the trained model as an
InputStream in MaxentTagger. Currently it only allows a model file path
string.

It is useable it the model files are stored somewhere else (e.g the cloud
or in a db) and not reachable by a file path string.

The edits in this PR are intended for the public domain.

You can view, comment on, or merge this pull request online at:

#191
Commit Summary

  • Added support for InputStream constructor in MaxentTagger

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#191

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants