Changes between Version 17 and Version 18 of private/NlpInPracticeCourse/Stylometry


Ignore:
Timestamp:
Dec 14, 2015, 1:43:41 PM (8 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/Stylometry

    v17 v18  
    2828Their goal will be to implement a small function to extract style markers from a text.
    2929
    30 1. go to `asteria04.fi.muni.cz` server (or athena):
     301. go to `asteria04.fi.muni.cz` server:
    3131{{{
    3232ssh asteria04.fi.muni.cz
    3333}}}
    34 2. Download a python package https://github.com/janrygl/sir/archive/assignment.zip
     342. Download a  [[htdocs:bigdata/stylometry-assignment.zip|python package with the assignment]]
     353. Unzip the downloaded file
    3536{{{
    36 wget https://github.com/janrygl/sir/archive/assignment.zip
     37unzip stylometry-assignment.zip
    3738}}}
    38 3. Unzip a downloaded file
    39 {{{
    40 unzip sir-assignment.zip; unzip assignment.zip
    41 }}}
    42 4. Go to an unziped folder
     394. Go to the unziped folder
    4340{{{
    4441cd sir-assignment
    4542}}}
    46 5. Test a program
     435. Test the prepared program that analyses data from on-line dating services to distinguish gender (masculine/feminine) by text style features
    4744{{{
    4845./run.sh
    4946}}}
    5047
    51 
    52 Faster way:
    53 {{{
    54 wget https://github.com/janrygl/sir/archive/assignment.zip; unzip sir-assignment.zip; unzip assignment.zip; cd sir-assignment
    55 ./run.sh
    56 }}}
    5748
    5849=== Task ===