Home
last modified time | relevance | path

Searched defs:NearestMatch (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/licenseclassifier/
H A Dclassifier.go151 func (c *License) NearestMatch(contents string) *stringclassifier.Match { func
/aosp_15_r20/external/licenseclassifier/stringclassifier/
H A Dclassifier.go232 func (c *Classifier) NearestMatch(s string) *Match { func