AlgorithmDefault struct is the basic implementation of Algorithm. It can weight a word or phrase by comparing them.
| 22 | // AlgorithmDefault struct is the basic implementation of Algorithm. It can |
| 23 | // weight a word or phrase by comparing them. |
| 24 | type AlgorithmDefault struct{} |
| 25 | |
| 26 | // NewAlgorithmDefault constructor retrieves an AlgorithmDefault pointer. |
| 27 | func NewAlgorithmDefault() *AlgorithmDefault { |
nothing calls this directly
no outgoing calls
no test coverage detected