MCPcopy Index your code
hub / github.com/DavidBelicza/TextRank / AlgorithmChain

Struct AlgorithmChain

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

AlgorithmChain struct is the combined implementation of Algorithm. It is a good example how weighting can be changed by a different implementations. It can weight a word or phrase by comparing them.

Source from the content-addressed store, hash-verified

54// good example how weighting can be changed by a different implementations. It
55// can weight a word or phrase by comparing them.
56type AlgorithmChain struct{}
57
58// NewAlgorithmChain constructor retrieves an AlgorithmChain pointer.
59func NewAlgorithmChain() *AlgorithmChain {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected