adobe / NLP-Cube

Natural Language Processing Pipeline - Sentence Splitting, Tokenization, Lemmatization, Part-of-speech Tagging and Dependency Parsing
http://opensource.adobe.com/NLP-Cube/index.html
Apache License 2.0
550 stars 93 forks source link

The NlpCloud seems to be down #121

Closed hshahdoost closed 3 years ago

hshahdoost commented 3 years ago

Describe the bug Apparently the nlp cloud at http://nlp-cube.speed.pub.ro/models/ is out of service

To Reproduce Run the following commands

from cube.api import Cube

nlp_cube = Cube()
nlp_cube.load("en")

Expected behavior It's expected that the cube library downloads the modules from it's cloud path

tiberiu44 commented 3 years ago

Hi @hshahdoost

Thanks for letting us know. We will contact our hosting partners and try to solve this as fast as possible.

hshahdoost commented 3 years ago

Thanks for the awesome library, I'm just one of many users :-)

dumitrescustefan commented 3 years ago

Hi, the problem is due to some hardware failure at the provider we're hosting our models at. We've been told that the ETA to bring the infrastructure up is hopefully today (4th Jan), or at most tomorrow.

Thanks for the patience!

dumitrescustefan commented 3 years ago

Hosting problem seems to be solved, closing now. Please reopen if it isn't working for you.