File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1- # 0.5.0
1+ # 0.5.2
2+
3+ - Restore ` FromIterator ` and ` IntoIterator ` impl on ` Rules ` (#58 , thanks @drahnr !)
4+ - Add ` Clone ` derives on ` Tokenizer ` and ` Rules ` (and, accordingly, on their fields)
5+
6+ # 0.5.1
27
38## Breaking changes
49
3742// a string syntax where slashes are the separator is also supported
3843rules
3944 . select_mut (& " confused_words/confusion_due_do" . try_into ()? )
40- . for_each (| rule | rule . enable ());
45+ . for_each (| rule | rule . enable ());
4146```
4247
4348# 0.4.6
@@ -136,4 +141,4 @@ for s in suggestions:
136141# 4 16 ['was not', 'has not been'] WAS_BEEN.1 Did you mean was not or has not been?
137142```
138143
139- - NLPRule is parallelized by default now. Parallelism can be turned off by setting the ` NLPRULE_PARALLELISM ` environment variable to false.
144+ - NLPRule is parallelized by default now. Parallelism can be turned off by setting the ` NLPRULE_PARALLELISM ` environment variable to false.
You can’t perform that action at this time.
0 commit comments