MCPcopy Create free account
hub / github.com/DavidBelicza/TextRank / AlgorithmDefault

Struct AlgorithmDefault

rank/algorithm.go:24–24  ·  view source on GitHub ↗

AlgorithmDefault struct is the basic implementation of Algorithm. It can weight a word or phrase by comparing them.

Source from the content-addressed store, hash-verified

22// AlgorithmDefault struct is the basic implementation of Algorithm. It can
23// weight a word or phrase by comparing them.
24type AlgorithmDefault struct{}
25
26// NewAlgorithmDefault constructor retrieves an AlgorithmDefault pointer.
27func NewAlgorithmDefault() *AlgorithmDefault {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected