Giter VIP home page Giter VIP logo

Comments (2)

fighting41love avatar fighting41love commented on May 14, 2024 1

Hi,
This is a Chinese-nlp repo. It contains word banks, specific indurstry/business word banks, poetry banks, the introduction of many interesting Chinese python packages. Most of the word banks, corpus and python package are used in Chinese related nlp tasks. There are also some English related python packages. For instance,

  • No.2: langid and langdetect, a python package, which can detect the language of the text, spanish? English?French? and many other 97 languages.
  • No.5: phone, a python package, which can identify the location of the telephone number?
phone('+852` 6569-8900')
return ['+85265698900', `'HKG']
  • No.7: the regex of email: extract email address from texts
  • No.10: English-chinese name pairs: John(English)--约翰(Chinese),it also contains many Japanese names, in that Japanese is a language generated from Chinese.
  • No.17: funny chinese text to speech engine, which is built by @tinyfool
English: I love you
say: wo i ni
#说:我爱你
  • No.20: wordninja: probabilistically split concatenated words using NLP based on English Wikipedia unigram frequencies, which is built by @keredson.
import wordninja
wordninja.split('derekanderson')
['derek', 'anderson']
wordninja.split('imateapot')
['im', 'a', 'teapot']

-No.21: the regex of ip: extract IP address from texts

Hope this will be helpful.

from funnlp.

skynyrd avatar skynyrd commented on May 14, 2024

Thank you very much, it is helpful.

from funnlp.

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.