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

[Not an issue - just seeking help] - Baleeen Forum? #56

Open
mattplindsay opened this issue Jan 21, 2018 · 2 comments
Open

[Not an issue - just seeking help] - Baleeen Forum? #56

mattplindsay opened this issue Jan 21, 2018 · 2 comments

Comments

@mattplindsay
Copy link

Hi all,
So sorry for opening this as an issue, but despite endless Googling, I can;t find anywhere to communicate with developers or Users of Baleen.

Is there a channel or forum anywhere?

I've setup a basic pipeline (using the html5 consumer) but despite using the OpenNLP Annotator, there are no Spans being added to the HMTL output.

Just seeking advice from others.

Many thanks

@jamesdbaker
Copy link
Contributor

There is a Gitter chat room which used to be used, but hasn't been used much recently (I notice the link to it has vanished from the README for some reason).

https://gitter.im/dstl/baleen

@ghobona
Copy link

ghobona commented Jul 27, 2018

@mattplindsay

Some troubleshooting tips.

  1. Check the standard output (console output), if Baleen fails to load an OpenNLP model it will throw an Exception. If there is no Exception thrown, it means it successfully loaded the model.

  2. If you are using the OpenNLP NER models, remember to add the "language.OpenNLP" annotator to the pipeline, preferably before the "stats.OpenNLP" one. For example, see below.

  • language.OpenNLP
  • class: stats.OpenNLP
    model: models/en-ner-person.bin
    type: Person

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

3 participants