Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some code for this already exists, which you may find helpful #1

Open
elliott5 opened this issue Feb 10, 2017 · 3 comments
Open

Some code for this already exists, which you may find helpful #1

elliott5 opened this issue Feb 10, 2017 · 3 comments

Comments

@elliott5
Copy link

https://github.com/elliott5/ner is fork of https://github.com/sbl/ner with added binary relationship detection.

@nguyendangminh
Copy link
Contributor

Thanks @elliott5. When finding package for using MITIE with Go I found sbl/ner, but for some following reasons I decided to write by myself:

  • Training routine is not implemented
  • It doesn't handle thread safe
  • It's not maintained for a long time.

@nguyendangminh
Copy link
Contributor

I've just pushed my implementation.

@elliott5
Copy link
Author

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.

I'll watch the project with interest :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants