Commit 162a10f8 authored by Seyed Reza  Sajjadinasab's avatar Seyed Reza Sajjadinasab
Browse files

Merge branch 'Reza' into 'master'

updateReadMe

See merge request ec504/ec504_projects/group6!63
parents 486946a1 6c84714c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -110,7 +110,7 @@ Michael Harkess
- The corrector is unable to fix the relation of groups of word more than 2 because it's not using the n-grams.
- The way Apostrophe s is handled is to expand the clause, e.g. "it's -> it is" and "John's car -> car of John"
- If for any reason the database left in-use by a process and you kept getting the error that an specific `databse is locked`, run `fuser databaseName.db` and kill all the process that are active, using `kill -9 <process_number>`
- The crawled data was not enough so we also used some prompt given texts using LLMs.
- We used some LLMs produced text, as well as crawled data to update our database with different language structure.

#### Android App
- If a dialog box pops up and the device/screen is rotated, then the app will unexpectedly crash