AddToken add text, frequency, position on obj
(text string, freq float64, pos ...string)
| 24 | type Relevance interface { |
| 25 | // AddToken add text, frequency, position on obj |
| 26 | AddToken(text string, freq float64, pos ...string) error |
| 27 | |
| 28 | // LoadDict load file from incoming parameters, |
| 29 | // if incoming params no exist, will load file from default file path |
no outgoing calls