GithubHelp home page GithubHelp logo

vngrs-ai / vnlp Goto Github PK

View Code? Open in Web Editor NEW
241.0 8.0 17.0 401.87 MB

State-of-the-art, lightweight NLP tools for Turkish language. Developed by VNGRS.

Home Page: https://vngrs.com

License: GNU Affero General Public License v3.0

Python 95.36% Jupyter Notebook 4.64%
nlp turkish-nlp stemming morphological-analysis morphological-disambiguation named-entity-recognition dependency-parsing part-of-speech-tagging sentiment-analysis spelling-correction

vnlp's People

Contributors

erdiari avatar meliksahturker avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vnlp's Issues

Fix Python 3.10 compatibility

install_requires in setup.py suggests that the package works with python_version < "3.8" and python_version >= "3.8" but the package is not compatible with Python 3.10 due to dependency cython_hunspell that uses cacheman package.

The problem is that in Python 3.10, MutableMapping moved from collections to collections.abc.

You can see that MutableMapping is still being imported from collections in this file.

As far as I can see said packages are not maintained properly. So maybe migrating away from them would be a solution. For the time being, the only solution other than fixing the error by hand is downgrading the Python version, which is not feasible in the long run IMHO.


To Reproduce:

Install and import the package

from vnlp import DependencyParser

Expected Result:

Package working properly.

Actual Result:

Error message saying ImportError: cannot import name 'MutableMapping' from 'collections'

Environment:

Python 3.10

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.