source: consulta_publica/vsm/README.md @ 7095598

baseconstituyenteestudiantesgeneralplan_patriasala
Last change on this file since 7095598 was 0ff122b, checked in by rudmanmrrod <rudman22@…>, 7 años ago

Agregado módulo de gestión de perfiles de procesamiento, incorporado el módulo de visualización de modelado de tópicos

  • Propiedad mode establecida a 100644
File size: 706 octetos
Línea 
1#VSM
2
3[![Build Status](https://travis-ci.org/inpho/vsm.svg?branch=master)](https://travis-ci.org/inpho/vsm)
4[![Coveralls](https://img.shields.io/coveralls/inpho/vsm.svg)](https://coveralls.io/r/inpho/vsm)
5[![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/inpho/vsm/blob/master/LICENSE.txt)
6[![PyPI](https://img.shields.io/pypi/v/vsm.svg)](https://pypi.python.org/pypi/vsm)
7
8Vector Space Model Framework developed for the
9[InPhO Project](https://inpho.cogs.indiana.edu/)
10
11Documentation can be found in the module and [here](http://inpho.github.io/vsm/).
12
13##Installation
14
15```
16git clone git@github.com:inpho/vsm.git
17cd vsm
18python setup.py develop --user
19```
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.