File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ 0.3.21 (2018-08-30):
2+
3+ * Improvement: Add support for file formats
4+ * Improvement: Add support for numeric references at the end of a sentence (i.e. Wikipedia references)
5+
160.3.20 (2018-08-28):
27
38* Improvement: Handle slanted single quotation as a single quote
Original file line number Diff line number Diff line change @@ -874,6 +874,10 @@ To test the relative performance of different segmentation tools and libraries I
874874* Add support for Chinese caret brackets
875875* Add viz as abbreviation
876876
877+ ** Version 0.3.21**
878+ * Add support for file formats
879+ * Add support for numeric references at the end of a sentence (i.e. Wikipedia references)
880+
877881## Contributing
878882
879883If you find a text that is incorrectly segmented using this gem, please submit an issue.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module PragmaticSegmenter
4- VERSION = "0.3.20 "
4+ VERSION = "0.3.21 "
55end
You can’t perform that action at this time.
0 commit comments