type github.com/google/licensecheck/internal/match.Word
11 uses
github.com/google/licensecheck/internal/match (current package)
dict.go#L71: type Word struct {
dict.go#L79: func (d *Dict) InsertSplit(text string) []Word {
dict.go#L86: func (d *Dict) Split(text string) []Word {
dict.go#L93: func (d *Dict) split(text string, insert bool) []Word {
dict.go#L95: var words []Word
dict.go#L195: words = append(words, Word{id, lo, hi})
dict.go#L200: words = append(words, Word{d.Insert(string(w)), lo, hi})
dict.go#L205: words = append(words, Word{BadWord, lo, hi})
regexp.go#L178: Words []Word // the text, split into Words
rematch.go#L811: func (dfa reDFA) match(dict *Dict, text string, words []Word) (match int32, end int) {
resyntax.go#L342: var last Word
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |