{ "info": { "author": "Multiple authors", "author_email": "tiberiu44@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 3.0" ], "description": "[](https://pepy.tech/project/nlpcube) [](https://pepy.tech/project/nlpcube/month)  \n [](https://www.python.org/downloads/release/python-360/) [](https://github.com/adobe/NLP-Cube/stargazers/)\n\n## News\n**[05 August 2021]** - We are releasing version 3.0 of NLPCube and models and introducing [FLAVOURS](#flavours). This is a major update, but we did our best to maintain the same API, so previous implementation will not crash. The supported language list is smaller, but you can open an issue for unsupported languages, and we will do our best to add them. Other options include fixing the pip package version 1.0.8 ```pip install nlpcube==0.1.0.8```. \n\n**[15 April 2019]** - We are releasing version 1.1 models - check all [supported languages below](#languages). Both 1.0 and 1.1 models are trained on the same [UD2.2 corpus](http://hdl.handle.net/11234/1-2837); however, models 1.1 do not use vector embeddings, thus reducing disk space and time required to use them. Some languages actually have a slightly increased accuracy, some a bit decreased. By default, NLP Cube will use the latest (at this time) 1.1 models.\n\nTo use the older 1.0 models just specify this version in the ``load`` call: ``cube.load(\"en\", 1.0)`` (``en`` for English, or any other language code). This will download (if not already downloaded) and use _this_ specific model version. Same goes for any language/version you want to use.\n\nIf you already have NLP Cube installed and **want to use the newer 1.1 models**, type either ``cube.load(\"en\", 1.1)`` or ``cube.load(\"en\", \"latest\")`` to auto-download them. After this, calling ``cube.load(\"en\")`` without version number will automatically use the latest ones from your disk.\n\n