Conjunto 8b4a48c en modelado_topicos


Ignorar:
Fecha y hora:
04/05/2015 15:44:54 (hace 9 años)
Autor:
jredondo <jorge.redondo@…>
Branches:
master, preprocesamiento, v1.0
Children:
c8f60b8
Parents:
e56fc83
Mensaje:

Update README.md

Fichero:
1 editado

Leyenda

No modificado
Añadido
Eliminado
  • README.md

    re56fc83 r8b4a48c  
    33By now this is no more than a kind of rudimentary proof of concept we hope to enrich in the forthcoming.
    44
    5 ## By now We use:
     5## By now, we use:
    66- Function based views.
    77- Global variables: lda_c, lda_c, lda_m.
    88- An already trained models which must be specified in the corresponding settings variables.
     9- Urls for requests (Buttons in the interface does not work, see "Using it")
    910
    1011## In the forthcoming, we hope to:
     
    1415- ...
    1516
     17## Using it:
    1618
     19...# python manage.py runserver
    1720
     211) To request a visulization of documents ordered in terms of similarity to a determined topic, then use:
     22http://127.0.0.1:8000/topic_explorer/topic/70/10/
     23^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^|^^^^^|^^|^^
     24                  W                 |  X  |Y | Z
     25W: App url
     26X: order by topic
     27Y: Number of topics
     28Z: Topic in terms of which documents will be ordered
    1829
     302) To request a visulization of documents ordered in terms of similarity to a determined document, then use:
     31http://127.0.0.1:8000/topic_explorer/doc/70/AP881107-0210/ 
     32^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^|^^^|^^|^^^^^^^^^^^^^^
     33                  W                 | X |Y |     Z
     34W: App url
     35X: order by document
     36Y: Number of topics
     37Z: Document in terms of which the remaining documents will be ordered
     38
Nota: Vea TracChangeset para ayuda en el uso del visor de conjuntos de cambios.