You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well done so far, cmd/extractor works well on my machine.
I can see you've still some more work to do on cmd/train, as it does not yet compile: # github.com/michlabs/gomitie/cmd/train ./main.go:6: imported and not used: "fmt" ./main.go:9: imported and not used: "github.com/michlabs/gomitie/ner" ./main.go:20: not enough arguments in call to flag.StringVar
But I can also see that the library code to do the training is mostly in place.
https://github.com/elliott5/ner is fork of https://github.com/sbl/ner with added binary relationship detection.
The text was updated successfully, but these errors were encountered: