Update README.md

This commit is contained in:
m_ghazizadeh 2025-06-30 14:47:55 +00:00
parent c3b0f1c61c
commit 1c99a7b926

View File

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