From af9e5e92a3a8eb84f819826c4ce5ad84855418b0 Mon Sep 17 00:00:00 2001 From: Samuel Sloniker Date: Mon, 28 Nov 2022 17:40:10 -0800 Subject: [PATCH] Use 10-grams --- compiler.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler.toml b/compiler.toml index 099793f..dd2c71d 100644 --- a/compiler.toml +++ b/compiler.toml @@ -1,2 +1,2 @@ -max_ngram_length=3 -min_count=5 +max_ngram_length=10 +min_count=3