Changes between Version 27 and Version 28 of private/NlpInPracticeCourse/Stylometry


Ignore:
Timestamp:
Oct 21, 2020, 5:19:07 PM (4 years ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/Stylometry

    v27 v28  
    33[[https://is.muni.cz/auth/predmet/fi/ia161|IA161]] [[en/AdvancedNlpCourse|Advanced NLP Course]], Course Guarantee: Aleš Horák
    44
    5 Prepared by: Honza Rygl
     5Prepared by: Honza Rygl, Aleš Horák
    66
    77== State of the Art ==
     
    2626== Practical Session ==
    2727
    28 Student will get to know a *Style & Identity Recognition* tool. They will test this tool on prepared data.
    29 Their goal will be to implement a small function to extract style markers from a text.
     28Students will work with the ''Style & Identity Recognition'' (SIR) tool. They will test this tool on prepared data.
     29The goal will be to implement a small function to extract style markers from a text.
    3030
    31311. go to `asteria04.fi.muni.cz` server:
     
    3333ssh asteria04.fi.muni.cz
    3434}}}
    35 2. Download a  [[htdocs:bigdata/stylometry-assignment.zip|python package with the assignment]]
     352. Download a  [[htdocs:bigdata/stylometry-assignment.zip|ZIP with python packages of the assignment]]
    3636{{{
    3737wget https://nlp.fi.muni.cz/trac/research/chrome/site/bigdata/stylometry-assignment.zip
     
    5656The default values, i.e. running `./run.sh` without parameters, are `10` cycles and `no documents` (`./run.sh 10 0`). With longer feature testing `./run.sh 100` could provide better results (but not necessarily).
    5757
    58 Example with document output:
     58Example with document output (second parameter `>0`):
    5959{{{
    6060[xrygl@asteria04:~/temp/sir-assignment]$ ./run.sh 10 1
     
    9595Acc: 73.7 +- 2.2% (baseline 50.0%, 10 iterations)
    9696}}}
     97You may print more details in `http_server/basic_task.py` after `# print explanation(s)` comment.
    9798
    9899=== Task ===