github.com/GeniusesGroup/libgo@v0.0.0-20220929090155-5ff932cb408e/matn/word-label.go (about) 1 /* For license and copyright information please see LEGAL file in repository */ 2 3 package matn 4 5 // WordLabel indicate any word||phrase label 6 type WordLabel uint64 7 8 // Word||phrases lables 9 const ( 10 WordLabelUnset WordLabel = iota 11 WordLabelPERSON // People 12 WordLabelGPE // geographical/political Entities (GPE 13 )