- 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>`
- We used some LLMs produced text, as well as crawled data to update our database with different language structure.
- The tool transform everything to lowercase, so the shown sentences are a little different than what the actual input was.
#### Android App
- If a dialog box pops up and the device/screen is rotated, then the app will unexpectedly crash