Changes between Version 47 and Version 48 of private/NlpInPracticeCourse/AutomaticCorrection


Ignore:
Timestamp:
Dec 11, 2023, 10:28:37 PM (5 months ago)
Author:
Ales Horak
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • private/NlpInPracticeCourse/AutomaticCorrection

    v47 v48  
    8888
    8989=== Task 1 ===
    90  1. Create `<YOUR_FILE>`, a text file named `ia161-UCO-13.txt` where UCO is your university ID.
     90 1. Create a text file named `spell.txt`.
    9191
    92  2. Run `spell.py` with development and final test sets (`tests1` and `tests2` within the script), write the results in `<YOUR_FILE>`.
     92 2. Run `spell.py` with development and final test sets (`tests1` and `tests2` within the script), write the results in `spell.txt`.
    9393
    94  3. Explain the given results in few words and write it in `<YOUR_FILE>`.
     94 3. Explain the given results in few words and write it in `spell.txt`.
    9595
    96  4. Modify the code of `spell.py` to increase accuracy (`pct`) at `tests2` by 10 %. You may take an inspiration from the ''Future work'' section of [http://norvig.com/spell-correct.html the Norvig's article]. Describe your changes and write your new accuracy results to `<YOUR_FILE>`.
     96 4. Modify the code of `spell.py` to increase accuracy (`pct`) at `tests2` by 10 %. You may take an inspiration from the ''Future work'' section of [http://norvig.com/spell-correct.html the Norvig's article]. Describe your changes and write your new accuracy results to `spell.txt`.
    9797
    98  5. Upload `<YOUR_FILE>` and the edited `spell.py` to the [/en/NlpInPracticeCourse homework vault (odevzdávárna)].
     98 5. Upload `spell.txt` and the edited `spell.py` to the [wiki:en/NlpInPracticeCourse homework vault (odevzdávárna)].
    9999
    100100