nlp

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 13, 2024 License: MIT Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL