Changes between Version 9 and Version 10 of private/NlpInPracticeCourse/Stylometry


Ignore:
Timestamp:
Dec 12, 2015, 4:33:31 PM (8 years ago)
Author:
Jan Rygl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/Stylometry

    v9 v10  
    2727Student will get to know a *Style & Identity Recognition* tool. They will test this tool on prepared data.
    2828Their goal will be to implement a small function to extract style markers from a text.
     29
     301. go to `asteria04.fi.muni.cz` server:
     31{{{
     32ssh asteria04.fi.muni.cz
     33}}}
     342. Download a python package https://github.com/janrygl/sir/archive/assignment.zip
     35{{{
     36wget https://github.com/janrygl/sir/archive/assignment.zip
     37}}}
     383. Unzip a downloaded file
     39{{{
     40unzip assignment.zip
     41}}}
     424. Go to an unziped folder
     43{{{
     44cd sir-assignment
     45}}}
     465. Test a program
     47{{{
     48./run.sh
     49}}}
     50
     51
     52Faster way:
     53{{{
     54wget https://github.com/janrygl/sir/archive/assignment.zip; unzip assignment.zip; cd sir-assignment
     55./run.sh
     56}}}