Skip to content
Snippets Groups Projects
Commit a3ba79a6 authored by Megan Henning's avatar Megan Henning
Browse files

Add symbols and punctuation to tokenizer

parent 37399486
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,9 @@ ANALYSIS = {
"max_gram": 100,
"token_chars": [
"letter",
"digit"
"digit",
"symbol",
"punctuation"
]
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment