I am actually not sure. Throughout the documentation, I see phrases like

Save the POSModel to a file or database
Save the TokenNameFinderModel to a file or database
Save the ParseModel to a file or database

I understand the need to save model results (e.g., POS tagged speech) to a
database but this looks like something different. This looks like I can
train a model and save the model to a database as oppose to a file.
Presumably I could also load the trained model from a database. I do not
see examples of this anywhere within the documentation and I couldn't find
any examples saving OpenNLP models to a database.

Thanks,
~Ben


On Fri, Apr 14, 2017 at 11:47 AM, Daniel Russ <dr...@apache.org> wrote:

> Are you taking about a BaseModel (ie, sententeceDetectorModel, POSModel…)
> or a MaxentModel
>
> -Daniel
>
>
>
> On 4/14/17, 11:36 AM, "Benedict Holland" <benedict.m.holl...@gmail.com>
> wrote:
>
>
>
>     Hello Everyone,
>
>
>
>     I am wondering if there is a good tutorial for saving and loading
> models
>
>     to/from a database. I have not found one yet but the documentation
> states
>
>     that I can.
>
>
>
>     Thanks,
>
>     ~Ben
>

Reply via email to