Description
NamedEntityParser has a hard setup requirement like downloading of NER models from remote servers and adding them to classpath.
These model files are huge and hence are not added to source control.
So, the tests are most likely to fail in various environments.
Make the best effort to set up the tests, but in the worst case skip tests instead of failing the whole build process.