Add a picture of project structure to README.md file

This commit is contained in:
m_ghazizadeh 2025-06-30 18:07:21 +03:30
parent fffcf32713
commit c3b0f1c61c
2 changed files with 10 additions and 0 deletions

View File

@ -20,6 +20,16 @@ for train:
python flair_ner_train.py
````
## Project Structure
A simple view of project 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>
````
## Documentation
Flair is:

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB