From 1f6fb711228dbe58f491dc3ed96603a565ac7206 Mon Sep 17 00:00:00 2001 From: Michael D Harkess Date: Thu, 18 Apr 2024 03:04:37 +0000 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index b4a5935..d08a578 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -40,11 +40,6 @@ This is provided in the repo, and there is no need to download the library exter `./checker --updateHashTable --file "SQLite/output_Boston.txt"` This will run update the database for n-grams weights. `./checker --validateUpdates --file "SQLite/token_database_english_updated.db"` This will run a GUI which will go through the database and check with the user if the updated tokens have a correct role. ``` - -## Testing Patterns -- Descriptions of testing patterns, and instructions on how to exercise them: - - unit tests - - system tests # Execution -- GitLab