Git Product home page Git Product logo

simple-nlp-projects's Introduction

Created Date: 21 Aug 2017

Machine_Learning-NLP_Programs

Curious about Natural Language Processing?

NLP is mainly used for the computers to understand human language and to allow machines to communicate with us 😄

According to the Wiki definition:

Natural-language processing (NLP) is an area of computer science and artificial intelligence concerned with the interactions between computers and human (natural) languages, in particular how to program computers to fruitfully process large amounts of natural language data.

Wondering what are the main NLP applications?

The main applications are listed below:
translating the languages,
text processing in various languages,
automatic summarization,
analyzing sentiments,
speech recognition,
named entity recognition,
phrase extraction,
tense identification,
relationship extraction, etc.

To start with NLP using Python

Learn to clean the data first such as encoding, tokenizing, stemming, removing pos tags etc. Then try any to build any of the application mentioned above. Before coding think how to start with and how to instruct the system to understand what you want them to do.
Let's take the easiest one first! Named Entity Recognition, the package is already available in nltk which you can just import. But before you start, how would you solve NER step by step?
take the sentence as input
break the sentence into words
get the part of speech tags
do the Named Entity Recognition

Installation

sudo pip install spacy
sudo pip install nltk

simple-nlp-projects's People

Contributors

pemagrg1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.