You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
170
170
*[jieba](https://github.com/fxsjy/jieba#jieba-1) - Chinese Words Segementation Utilities.
171
171
*[SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text.
172
172
*[loso](https://github.com/victorlin/loso) - Another Chinese segmentation library.
173
+
*[genius](https://github.com/duanhongyi/genius) - A Chinese segment base on Conditional Random Field.
173
174
174
175
## Documentation
175
176
@@ -461,9 +462,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
461
462
462
463
*Libraries for working with forms.*
463
464
464
-
*[django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way.
465
-
*[Deform](http://deform.readthedocs.org/en/latest/) - Python HTML form generation library influenced by the formish form generation library.
466
465
*[WTForms](http://wtforms.readthedocs.org/) - A flexible forms validation and rendering library.
466
+
*[Deform](http://deform.readthedocs.org/) - Python HTML form generation library influenced by the formish form generation library.
467
+
*[django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way.
468
+
*[django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - A platform independent Django form serializer.
0 commit comments