Compare commits

...

1 Commits

Author SHA1 Message Date
1c99a7b926 Update README.md 2025-06-30 14:47:55 +00:00

View File

@ -21,10 +21,12 @@ python flair_ner_train.py
````
## Project Structure
A simple view of project tree:
A simple view of project's dependencies tree:
![project structure image](./images/project_structure.png)
This image made with **pylint** and **graphviz**:
````shell
pip install pylint graphviz
pyreverse -o png -p <YourProjectName> <path/to/your/project>