v1.0.6
Desktop APP
JT NotePad is an intelligent notepad that auto-corrects your notes! This innovative tool uses an algorithms to scan your writing in real-time, flagging any errors and suggesting corrections as you go. This means you can write with confidence, knowing that your notes are accurate and error-free.
So whether you're a busy professional, a student, or just someone who loves to write, our intelligent notepad is the perfect tool to help you write with ease and confidence.
- Auto-correct
v1.0.6
- Google search for a word
v1.0.6
- Scan text for miss spelled words & suggest correcting
v1.0.6
You can Donwload the app in our website, which runs on OS WINDOWS x64 Bits
, Space needed for the V1.0.6 is 29 MB
.
- Website: JT NotePad
.
├── Data
│ ├── JT.png
│ ├── probs.pkl
│ └── vocab.pkl
├── JT.ico
├── licence.txt
├── main.py
├── Model
│ ├── edit.py
│ ├── __init__.py
│ └── __pycache__
│ ├── edit.cpython-310.pyc
│ ├── edit.cpython-311.pyc
│ ├── edit.cpython-39.pyc
│ ├── __init__.cpython-310.pyc
│ ├── __init__.cpython-311.pyc
│ └── __init__.cpython-39.pyc
├── requirements.txt
└── website
├── index.html
├── pages
│ └── news.html
├── rsc
│ ├── jalili.png
│ ├── JT.png
│ └── tati.png
├── scripts.js
└── style.css
6 directories, 22 files
You can install the requirements using:
pip install -r requirements.txt
which will install for the you the pandas
& numpy
version used in the project.
if you are using Windows (In our case WINDOWS 10
) u can use the code in the main branch
.
if you are using Linux (In our case UBUNTU 22.04.2
) u can use the code in the linux branch
.
Minimum Edit Distance