Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aronsinkie authored Nov 13, 2023
1 parent 0f0e9b3 commit 9acb7a9
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Spelling Error Detection and Correction System
The code I provided are a Flask application written in Python and ኣ
It includes route handlers, form handling, and rendering HTML templates using Jinja template engine.
The code I provided are a Flask application written in Python and sql database writen in python It also includes route handlers, form handling, and rendering HTML templates using Jinja template engine.

This study aims to develop a Guragee spell checker that takes into account the complex morphology of the Gurage language. Previous attempts using approaches like metaphone and edit distance algorithms, designed for simpler languages like English, did not yield satisfactory results for Gurage. Similarly, existing morphological analyzers were not suitable for computational morphology in Gurage. Therefore, this study explores the possibility of using a morphology-based approach to design and develop a Guragee typing error detection and correction system specifically targeting non-word errors.
Certainly! Here's a summary of the provided code in bullet points:

1 The code is a Flask application written in Python.
2 It utilizes a SQL database.
The application includes route handlers to handle different URL endpoints and execute corresponding functions.
Form handling is implemented to process user input from HTML forms.
The Jinja template engine is used to render dynamic HTML templates by filling in data placeholders with Python code.
In summary, the code leverages Flask to create a web application with route handling, form processing, and HTML template rendering using Jinja

![image](https://github.com/aronsinkie/NIDS/assets/74707268/1365abb1-e975-4979-9434-ec23c2bef5bb)

Expand Down

0 comments on commit 9acb7a9

Please sign in to comment.