mongodb - Apache OpenNLP Persist Model to DB -
i exploring apache opennlp product in project , 1 of requirement persist trained model in db - mongo db / couchbase in case. right looking store document categorizer model output db not have rerun unless modified
i see library classes not serializable e.g. documentcategorizerme , getting json deserilization exception if try retrieve persisted records want know if doing that.
in general approach persist if want use other open source nlp products.
Comments
Post a Comment