From 9091d06250bde98330a78e7a88f45c3e4b037e8b Mon Sep 17 00:00:00 2001 From: Vinta Date: Fri, 4 Jul 2014 00:26:01 +0800 Subject: [PATCH] add something --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3150119a..fdae8991 100644 --- a/README.md +++ b/README.md @@ -170,6 +170,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [jieba](https://github.com/fxsjy/jieba#jieba-1) - Chinese Words Segementation Utilities. * [SnowNLP](https://github.com/isnowfy/snownlp) - A library for processing Chinese text. * [loso](https://github.com/victorlin/loso) - Another Chinese segmentation library. +* [genius](https://github.com/duanhongyi/genius) - A Chinese segment base on Conditional Random Field. ## Documentation @@ -461,9 +462,10 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by *Libraries for working with forms.* -* [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. -* [Deform](http://deform.readthedocs.org/en/latest/) - Python HTML form generation library influenced by the formish form generation library. * [WTForms](http://wtforms.readthedocs.org/) - A flexible forms validation and rendering library. +* [Deform](http://deform.readthedocs.org/) - Python HTML form generation library influenced by the formish form generation library. +* [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. +* [django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - A platform independent Django form serializer. ## Data Validation