feat: add "come" and "join" as stop words

This commit is contained in:
Anna 2021-02-21 15:50:05 -05:00
parent 9bf074c25c
commit 2181649b22
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ namespace NoSoliciting.Trainer {
"http",
"https",
"18",
"come",
"join",
};
private static void Main(string[] args) {