aboutsummaryrefslogtreecommitdiff
path: root/stringclassifier
AgeCommit message (Collapse)Author
2022-09-16Consolidated non-code updates to licenseclassifier.Google Open Source
Removed the old 'licenses' directory since 'assets' replaced it. Whitespace formatting to code. Add new licenses to corpus.
2022-09-07replace test dataTyler Pirtle
2018-10-10Change targetMatchedRanges to use algorithm not needing O(n^2) "in" predicate.Google Open Source
Tested: TAP: http://test/OCL:215850556:BASE:216265822:1539039513028:26bcce40 PiperOrigin-RevId: 216271196
2018-06-05Project import generated by Copybara.Open Source Compliance
PiperOrigin-RevId: 199321091
2017-09-20Remove benchmark tests.Bill Wendling
2017-09-20Tell 'go vet' that we are ignoring the return value.Bill Wendling
2017-09-14Update to ToT.Bill Wendling
2017-08-10Remove most of the lattice structureBill Wendling
Most of it wasn't necessary and a simpler list of substrings is as effective and gives >2x improvement in performance.
2017-04-10Restructure directory to add stringclassifier pkg.Bill Wendling