Code Monkey home page Code Monkey logo

Comments (3)

JeMunos avatar JeMunos commented on May 16, 2024

$pip show stop_words
Name: stop-words
Version: 2015.2.23.1
Summary: Get list of common stop words in various languages in Python
Home-page: https://github.com/Alir3z4/python-stop-words
Author: Alireza Savand
Author-email: [email protected]
License: Copyright (c) 2014, Alireza Savand, Contributors
Location: /usr/local/lib/python2.7/site-packages

from stop-words.

Alir3z4 avatar Alir3z4 commented on May 16, 2024

@JeMunos Python 2 Unicode strings have the u in their prefix.
The u is not part of the string itself, it's just the way to tell Python the string is an unicode string.

However in Python 3 Unicode handling is much nicer and doesn't have that kind of confusion.

Unicode in Python 2: https://docs.python.org/2/howto/unicode.html
Unicode in Python 3: https://docs.python.org/3/howto/unicode.html

Does that makes sense ?
I'll close this issue, feel free to re-open if that doesn't answer your question.

from stop-words.

JeMunos avatar JeMunos commented on May 16, 2024

Ok that makes sense. Thank you for the clarification.

from stop-words.

Related Issues (7)

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.