Coder Social home page Coder Social logo

cvtools's People

Contributors

dabinat avatar davidak avatar mte90 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

cvtools's Issues

errors in splitting

w = re.sub('[^a-zA-Z\u00c0-\u024f\u1e00-\u1eff\']', '', w)

Here you are joining separate words. Examples in Catalan:

  • esmentar-les becomes esmentarles
  • col·laborar becomes collaborar

Disallowed symbols should become white spaces before splitting the line.

The hyphen could be a valid character or not. It depends on the language and the kind of word tokenization we are doing. In any way, it cannot be removed. It must be replaced by a white space.

In Catalan l·l cannot be split. This is very language-specific.

Words inside "" are ignored for the count

In a sentence like L"'Admiralspalast", nel Mitte, ha un programma di varietà. is not detecting Admiralspalast. Probably the tool consider L"'Admiralspalast", as word.

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.