package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Oct 29, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
usecase
The software in this layer contains all application-specific business rules. It
encapsulates and implements all of the use cases of the system
It can depend on entity, but not on anything else in the project.
Documentation
¶
type NERecognizer interface {
Init() error
Find(text []rune, output interface{}) error
Verify(input interface{}, output interface{}) error
Version()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.