General Information
This technical track is aimed at building basic skills for retrieving data from external WWW resources and processing it for future linguistic research. The idea is to automatically obtain a dataset that has a certain structure and appropriate content, perform morphological analysis using various natural language processing (NLP) libraries. Dataset requirements.
Instructors:
Klimova Margarita Andreevna - linguistic track lecturer
Lyashevskaya Olga Nikolaevna - linguistic track lecturer
Demidovskij Alexander Vladimirovich - technical track lecturer
Uraev Dmitry Yurievich - technical track practice lecturer
Kashchikhin Andrei Nikolaevich - technical track expert
- Zharikov Egor Igorevich - technical track senior
assistant
Nurtdinova Sofia Alekseevna - technical track assistant
Podpryatova Anna Sergeevna - technical track assistant
Khomutova Ekaterina Sergeevna - technical track assistant
Project Timeline
Scraper:
Short summary: Your code can automatically parse a media website you are going to choose, save texts and its metadata in a proper format.
Deadline: May, 2.
Format: each student works in their own PR.
Dataset volume: 5-7 articles.
Design document: Laboratory work №5. Retrieve raw data from World Wide Web.
Pipeline:
Short summary: Your code can automatically process raw texts from previous step, make point-of-speech tagging and basic morphological analysis.
Deadline: May, 23.
Format: each student works in their own PR.
Dataset volume: 5-7 articles.
Design document: Laboratory work №6. Process raw data.
Lectures history
Date |
Lecture topic |
Important links |
---|---|---|
04.04.2024 |
Lecture: Introduction to technical track. |
Lab no. 5 description |
04.04.2024 |
Seminar: Local setup. Choose website. |
N/A |
11.04.2024 |
Lecture: 3rd party libraries. Browser headers. |
N/A |
11.04.2024 |
Seminar:
|
|
18.04.2024 |
Lecture: HTML
structure. |
N/A |
18.04.2024 |
Seminar:
|
|
25.04.2024 |
Lecture: Filesystem
with |
N/A |
25.04.2024 |
Seminar:
filesystem with
|
|
02.05.2024 |
Offline Lab 5 handover. |
N/A |
You can find a more complete summary from lectures in Short summary of lectures.
Technical solution
Software solution is built on top of three components:
scraper.py - a module for finding articles from the given media, extracting text and dumping it to the file system. Students need to implement it.
pipeline.py - a module for processing text: point-of-speech tagging and basic morphological analysis. Students need to implement it.
article.py - a module for article abstraction to encapsulate low-level manipulations with the article.
Handing over your work
Lab work is accepted for oral presentation.
A student has explained the work of the program and showed it in action.
A student has completed the mini-task from a mentor that requires some slight code modifications.
A student receives a mark:
That corresponds to the expected one, if all the steps above are completed and mentor is satisfied with the answer.
One point bigger than the expected one, if all the steps above are completed and mentor is very satisfied with the answer.
One point smaller than the expected one, if a lab is handed over one week later than the deadline and criteria from 4.1 are satisfied.
Two points smaller than the expected one, if a lab is handed over more than one week later than the deadline and criteria from 4.1 are satisfied.
Note
A student might improve their mark for the lab, if they complete tasks of the next level after handing over the lab.
A lab work is accepted for oral presentation if all the criteria below are satisfied:
There is a Pull Request (PR) with a correctly formatted name:
Scraper, <NAME> <SURNAME> - <UNIVERSITY GROUP NAME>
.Example:
Scraper, Irina Novikova - 20FPL2
.
Has a filled file
settings.json
with an expected mark. Acceptable values: 4, 6, 8, 10.Has green status.
Has a label
done
, set by mentor.