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