Documentation ¶
Overview ¶
package nlp provides interface to methods for natural language processing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NLP ¶
type NLP interface { // LoadPretrainedWeights creates a new Naive Bayes model using pretrained data. // The Bayes object is used to find out if a publication reference // corresponds to a found metadta from BHL. LoadPretrainedWeights() bayes.Bayes }
NLP interface provides methods to load NLP models. Currently only Naive Bayes model is supported.
Click to show internal directories.
Click to hide internal directories.