source: modelado_topicos/README.md @ e56fc83

preprocesamientov1.0
Last change on this file since e56fc83 was e56fc83, checked in by jredondo <jorge.redondo@…>, 9 años ago

Update README.md

  • Propiedad mode establecida a 100644
File size: 627 octetos
Línea 
1# django_topic_explorer
2This is an alternative (Django based) implementation of this software: https://github.com/inpho/topic-explorer
3By now this is no more than a kind of rudimentary proof of concept we hope to enrich in the forthcoming.
4
5## By now We use:
6- Function based views.
7- Global variables: lda_c, lda_c, lda_m.
8- An already trained models which must be specified in the corresponding settings variables.
9
10## In the forthcoming, we hope to:
11- Provide user interface to select a corpus in the fly (not sure how) from a determined set.
12- Not use global variables.
13- Develop some per-document visualization.
14- ...
15
16
17
18
Nota: Vea TracBrowser para ayuda de uso del navegador del repositorio.