universalturtles / Lisibilite

Repo for maintaining the code base for hybrid readability index application called Lisibilite
MIT License
4 stars 3 forks source link

Added the basic structure of the code directory #11

Closed ats0stv closed 5 years ago

ats0stv commented 5 years ago

The basic code dir structure

code
├── Lisibilite.py
├── config
│   └── AppConfiguration.py
├── lexisutils
│   └── WordUtils.py
└── models
    └── Word.py