README.md in pragmatic_segmenter-0.3.21 vs README.md in pragmatic_segmenter-0.3.22
- old
+ new
@@ -431,10 +431,16 @@
```
Was sind die Konsequenzen der Abstimmung vom 12. Juni?
=> ["Was sind die Konsequenzen der Abstimmung vom 12. Juni?"]
```
+4.) **Cardinal numbers at end of sentence** *Credit: Dr. Michael Ustaszewski*
+```
+Die Information steht auf Seite 12. Dort kannst du nachlesen.
+=> ["Die Information steht auf Seite 12.", "Dort kannst du nachlesen."]
+```
+
#### Golden Rules (Japanese)
1.) **Simple period to end sentence**
```
これはペンです。それはマーカーです。
@@ -876,18 +882,25 @@
**Version 0.3.21**
* Add support for file formats
* Add support for numeric references at the end of a sentence (i.e. Wikipedia references)
+**Version 0.3.22**
+* Add initial support and tests for Kazakh
+
## Contributing
If you find a text that is incorrectly segmented using this gem, please submit an issue.
1. Fork it ( https://github.com/diasks2/pragmatic_segmenter/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
+
+## Ports
+
+* [C# - PragmaticSegmenterNet](https://github.com/UglyToad/PragmaticSegmenterNet)
## License
The MIT License (MIT)
\ No newline at end of file