Code Monkey home page Code Monkey logo

Comments (10)

tienduccao avatar tienduccao commented on August 15, 2024 1

Got it. Thanks for your help.

from underthesea.

rain1024 avatar rain1024 commented on August 15, 2024

@tienduccao Can you provide a simple example to reproduce this error? What is your code?

from underthesea.

tienduccao avatar tienduccao commented on August 15, 2024

@rain1024 the example was included in the description :D.

from underthesea import word_sent
word_sent('=))')

from underthesea.

tienduccao avatar tienduccao commented on August 15, 2024

I use python 3.6

from underthesea.

rain1024 avatar rain1024 commented on August 15, 2024

It is the same with #159.

You can update latest underthesea package with these command to overcome this issue

pip uninstall -y underthesea
pip install https://github.com/magizbox/underthesea/archive/master.zip

from underthesea.

tienduccao avatar tienduccao commented on August 15, 2024

I'm using the following version

pip show underthesea
Name: underthesea
Version: 1.1.5

Is it the latest one?
And my example is word_sent('=))') not word_sent('=') as #159

from underthesea.

tienduccao avatar tienduccao commented on August 15, 2024

It's weird. I can't reproduce this error when install the library directly as you said.
But it happened when installing underthesea using virtualenv (version 1.1.5)

from underthesea.

tienduccao avatar tienduccao commented on August 15, 2024

Update: pip install https://github.com/magizbox/underthesea/archive/master.zip works with/without virtualenv.
But pip install underthesea with virtualenv/Python 3 creates this issue

from underthesea.

rain1024 avatar rain1024 commented on August 15, 2024

@tienduccao

pip install underthesea will install the stable version in pypi, which resolve underthesea 1.1.5

pip install https://github.com/magizbox/underthesea/archive/master.zip will install latest version of underthesea hosted in github, which I have already fixed this issue.

from underthesea.

rain1024 avatar rain1024 commented on August 15, 2024

@tienduccao see you in next release

from underthesea.

Related Issues (20)

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.