Registry / utility / google-licenseclassifier

google-licenseclassifier

JSON →
librarygogounverified

Package licenseclassifier provides methods to identify the open source license that most closely matches an unknown license.

go get github.com/google/licenseclassifier
INSTALL
IMPORT
SIG · GOOGLE-LICENSECLAS
G
google-licenseclassifier
utilitygo
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

licenseclassifier
github.com/google/licenseclassifier

Classify a license string

package main import ( "fmt" "github.com/google/licenseclassifier" ) func main() { lc := licenseclassifier.NewClassifier(0.9) match := lc.Match("MIT License\nCopyright (c) 2020") fmt.Println(match) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
google-licenseclassifier — go get google-licenseclassifier · libregistry