Giter VIP home page Giter VIP logo

nlpnet2go's Introduction

nlpnet2go

Go Language wrapper and a web service for NLP Net project in Python - https://github.com/erickrf/nlpnet . NLP is a neural network architecture for NLP tasks, inspired in the SENNA system. It uses as input vectors built through Vector Space Models and avoid external NLP tools. Currently, it can perform POS tagging, SRL and dependency parsing. It has already processed models in Portuguese available at: http://nilc.icmc.usp.br/nlpnet/models.html

If you need a POS (part-of-speech) analysis in Portuguese, this is your tool.

Em bom português: se tu precisas de uma ferramenta de processamento de linguagem natural para fazer a analise de parte de texto EM PORTUGUÊS, esta é a tua ferramenta. As outras são muito complicadas. Acredite.

NLP net was created by Erick Rocha Fonseca - https://github.com/erickrf

To use it you need to setup NLP net first than just point out to nlpnet2go system where to call NLP net. In order to install NLP Net please follow the steps below:

$ python -m pip install --upgrade pip
$ pip install --user numpy scipy matplotlib ipython jupyter pandas sympy nose nltk nlpnet 
$ python
>>> import nltk
>>> nltk.download()

Go to the Models tab in the NLTK screen and select the Punkt tokenizer. It is used in order to split the text into sentences.

nlpnet2go's People

Contributors

jeffprestes avatar

Watchers

Luciano Ramalho avatar James Cloos 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.