IBMStreams / streamsx.nlp

Provide operations for text analysis, like lemmatization and text annotation with Uima Ruta scripts or existing project specific Uima pear files.
https://ibmstreams.github.io/streamsx.nlp/
Other
2 stars 7 forks source link

Uimaj Javadocs? #29

Closed Alex-Cook4 closed 7 years ago

Alex-Cook4 commented 7 years ago

I have been trying to play with the UIMAJ API for building pear files for the extractors. I was setup nicely using https://uima.apache.org/d/uimaj-current/tutorials_and_users_guides.html#ugr.tug.aae.getting_started, however I am having trouble figuring out how to get a good view of Javadocs. When I go here: https://uima.apache.org/d/uimaj-current/tutorials_and_users_guides.html#ugr.tug.aae.getting_started and click on the Javadoc link, I get a "Not Found" error. Thanks!

hleuschner commented 7 years ago

The broken link is https://uima.apache.org/d/uimaj-current/docs/api/index.html I found the working one: https://uima.apache.org/d/uimaj-current/apidocs/index.html

Alex-Cook4 commented 7 years ago

Thank you!