Commit 63f9e093 authored by Moises Bensadon's avatar Moises Bensadon
Browse files

Update README.md

parent d187f2f5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -14,8 +14,6 @@ This Language Correction project not only aims to improve the quality of written

## Design and Implementation

### Trie Data Structure

### Crawler

The Crawler module serves as a foundation for a language correction tool, focusing on collecting web-based textual data and storing it efficiently for further processing. It creates a corpus of language usage, which can later be analyzed for linguistic patterns in various languages. Below is a high-level description of the implementation of the data structures and algorithms: