Hamid
Hamid
I expect text.parsedSentences should contain all sentences. let me explain the problem with code :) place it in parse/tokenizer_test.go file ``` func TestTokenizeText(t *testing.T) { rule := NewRule() text :=...
If I want to use convert.TextToRank and I have a customized rule, it is not possible to use convert package because it accepts `parse.ParsedSentence` struct as the first argument. I...
Refer to https://github.com/janeczku/go-dnsmasq/issues/24
If we use a character for hostname then we have a problem. Please look at the example and error. ```go $ echo '127.0.0.1 l' > hosts $ /go-dnsmasq -f hosts...