https://github.com/InAnYan/ukr-lang-py
https://github.com/InAnYan/ukr-lang-py
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/InAnYan/ukr-lang-py
- Owner: InAnYan
- Created: 2022-10-12T06:10:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-11T16:41:16.000Z (over 1 year ago)
- Last Synced: 2025-05-16T06:36:42.298Z (about 1 year ago)
- Language: Python
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Program for learning Ukrainian word emphasis

## How to Run this Project
```sh
newNagolos.py
```
Where:
- `DICT`: path to dictionary file. This file should be a JSON dictionary, where keys are words and values are emphasis index (either a single number or a list).
- `QUESTION_COUNT`: count of words to test.
## How this Project is Implemented
This is a simple CLI app that reads tracks user input!