Coder Social home page Coder Social logo

juansca / pln-2017 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pln-famaf/pln-2017

0.0 2.0 0.0 210.31 MB

Repositorio para la realización de los Trabajos Prácticos de la materia Procesamiento de Lenguaje Natural (año 2017).

Home Page: https://cs.famaf.unc.edu.ar/wiki/materias/pln

Python 100.00%

pln-2017's Introduction

PLN 2017: Procesamiento de Lenguaje Natural 2017

Instalación

  1. Se necesita el siguiente software:

    • Git
    • Pip
    • Python 3.4 o posterior
    • TkInter
    • Virtualenv

    En un sistema basado en Debian (como Ubuntu), se puede hacer:

    sudo apt-get install git python-pip python3 python3-tk virtualenv
    
  2. Crear y activar un nuevo virtualenv. Recomiendo usar virtualenvwrapper. Se puede instalar así:

    sudo pip install virtualenvwrapper
    

    Y luego agregando la siguiente línea al final del archivo .bashrc:

    [[ -s "/usr/local/bin/virtualenvwrapper.sh" ]] && source "/usr/local/bin/virtualenvwrapper.sh"
    

    Para crear y activar nuestro virtualenv:

    mkvirtualenv --system-site-packages --python=/usr/bin/python3 pln-2017
    
  3. Bajar el código:

    git clone https://github.com/PLN-FaMAF/PLN-2017.git
    
  4. Instalarlo:

    cd PLN-2017
    pip install -r requirements.txt
    

Ejecución

  1. Activar el entorno virtual con:

    workon pln-2017
    
  2. Correr el script que uno quiera. Por ejemplo:

    python languagemodeling/scripts/train.py -h
    

Testing

Correr nose:

nosetests

Chequear Estilo de Código

Correr flake8 sobre el paquete o módulo que se desea chequear. Por ejemplo:

flake8 languagemodeling

pln-2017's People

Contributors

juansca avatar francolq avatar

Watchers

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.