Coder Social home page Coder Social logo

nlp's Introduction

NLP

NLP or Natural Language Processing is a branch of AI that mainly deals with Human Language, in the form of text or speech and to convert them from Human Readable format to Machine Understandable format. The machines understand only numbers. However,before the texts can be converted to numerical format a lot of pre-processing needs to be done on the texts to be able to present them to the machines in a meaningful way.

1.NLP_Into.ipynb: A introduction to NLP. Shows some of the basic things that need to be done to handle textual data before they can be converted to numbers and then used for training the machine.

2.๐•๐จ๐œ๐š๐›๐Ž๐Ÿ๐–๐จ๐ซ๐๐ฌ.๐ข๐ฉ๐ฒ๐ง๐›: When dealing with texts as features, the texts need to be pre-processed. One such method is the Bag Of Words Method or BOW. In this the main important words are added to a dictionary and then each sentence is converted to a vector depending on the presence of a particular word in the dictionary. If the word is present then it is 1 else 0. This comes under the feature extraction part. The following code does so. This one creates a dictionary of words.

3.Text2Num.ipynb: To convert the words into numerical format so that they can be understood by the machines.

4.NLP_Emoji.ipynb: To remove the emoji and the emoticons from text data.

nlp's People

Contributors

katameronin avatar

Watchers

 avatar

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.