commit 1787fe5f376f3ab6b2f4299def978ea4edfe48bd Author: vivekvardhanadepu Date: Mon Aug 16 19:54:06 2021 +0530 minor changes diff --git a/README.md b/README.md index 4809bb0..a949791 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ for more, read https://wiki.apertium.org/wiki/Ideas_for_Google_Summer_of_Code/Us args: CONFIG_FILE : optional, default='config.toml' ``` + Note: Enter `IS_PARALLEL = true` for parallel corpora `false` for non-parallel corpora ## tests diff --git a/tests/training/config-np.toml b/tests/training/config-np.toml index d8b67dc..516f75f 100644 --- a/tests/training/config-np.toml +++ b/tests/training/config-np.toml @@ -29,7 +29,7 @@ CORPUS_TL = "tests/training/test.spa" LANG_DATA = "apertium-eng-spa" # number of lines to be trained on (do not enclose in quotes) -TRAINING_LINES = 100 +TRAINING_LINES = 10 # max number of rules MAX_RULES = 3