NLPretext icon indicating copy to clipboard operation
NLPretext copied to clipboard

All the goto functions you need to handle NLP use-cases, integrated in NLPretext

Results 34 NLPretext issues
Sort by recently updated
recently updated
newest added

Bumps [cloudpickle](https://github.com/cloudpipe/cloudpickle) from 2.0.0 to 2.1.0. Changelog Sourced from cloudpickle's changelog. 2.1.0 Support for pickling abc.abstractproperty, abc.abstractclassmethod, and abc.abstractstaticmethod. ([PR #450](cloudpipe/cloudpickle#450)) Support for pickling subclasses of generic classes. ([PR #448](cloudpipe/cloudpickle#448))...

draft
dependencies
python

Bumps [pycparser](https://github.com/eliben/pycparser) from 2.20 to 2.21. Changelog Sourced from pycparser's changelog. Version 2.21 (2021.11.06) Much improved support for C11 (multiple PRs) Support for parehthesized compount statements (#423) Support for modern...

draft
dependencies
python

Bumps [attrs](https://github.com/python-attrs/attrs) from 21.2.0 to 22.1.0. Release notes Sourced from attrs's releases. 22.1.0 Highlights The main features of this release are: The departure of Python 2.7 (enjoy your retirement!), and...

draft
dependencies
python

Bumps [nltk](https://github.com/nltk/nltk) from 3.6.2 to 3.7. Changelog Sourced from nltk's changelog. Version 3.7 2022-02-09 Improve and update the NLTK team page on nltk.org (#2855, #2941) Drop support for Python 3.6,...

draft
dependencies
python

Bumps [threadpoolctl](https://github.com/joblib/threadpoolctl) from 2.2.0 to 3.1.0. Changelog Sourced from threadpoolctl's changelog. 3.1.0 (2022-01-31) Fixed a detection issue of the BLAS libraires packaged by conda-forge on Windows. joblib/threadpoolctl#112 threadpool_limits and ThreadpoolController.limit...

draft
dependencies
python

Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 3.0.7. Release notes Sourced from actions/cache's releases. v3.0.7 What's Changed Fix for the download stuck problem has been added in actions/cache for users who were...

draft
dependencies
github_actions

Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2. Release notes Sourced from docker/setup-buildx-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#131) This requires a minimum Actions Runner version of v2.285.0,...

draft
dependencies
github_actions

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3. Release notes Sourced from docker/build-push-action's releases. v3.0.0 Node 16 as default runtime by @​crazy-max (#564) This requires a minimum Actions Runner version of v2.285.0,...

draft
dependencies
github_actions

Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2. Release notes Sourced from docker/login-action's releases. v2.0.0 Node 16 as default runtime by @​crazy-max (#161) This requires a minimum Actions Runner version of v2.285.0,...

draft
dependencies
github_actions

## Description Bugfix for issue #205 - Raise error when empty string is passed into `remove_stopwords` ## Related Issue https://github.com/artefactory/NLPretext/issues/205 ## Type of Change - [ ] 📚 Examples /...