Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Automatic ¶
type Automatic struct {
Threshold float64
}
Automatic disambiguates concepts by calculating the thematic overlap of the concepts with the memory.
type Interface ¶
type Interface interface { // Resolve returns the disambiguated concept or nil if the // concept could not be disambiguated. It is an error // to call Resolve with a non-ambigiuous concept. Resolve(*semix.Concept, *memory.Memory) *semix.Concept }
Interface defines the interface for the disambiguation.
Click to show internal directories.
Click to hide internal directories.