Skip to content

Commit

Permalink
Merge pull request #27 from tpeng/sklearn-crfsuite
Browse files Browse the repository at this point in the history
DOC suggest sklearn-crfsuite high-level wrapper
  • Loading branch information
tpeng committed Dec 17, 2015
2 parents a736b8d + 73a3927 commit 0989efd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ See docs_ and an example_.
.. _docs: http://python-crfsuite.rtfd.org/
.. _example: http://nbviewer.ipython.org/github/tpeng/python-crfsuite/blob/master/examples/CoNLL%202002.ipynb

See Also
========

sklearn-crfsuite_ is a python-crfsuite wrapper which provides
API similar to scikit-learn.

.. _sklearn-crfsuite: https://github.com/TeamHG-Memex/sklearn-crfsuite

Contributing
============

Expand Down
8 changes: 8 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Development happens at github: https://github.com/tpeng/python-crfsuite

pycrfsuite

See Also
========

sklearn-crfsuite_ is a python-crfsuite wrapper which provides
API similar to scikit-learn.

.. _sklearn-crfsuite: https://github.com/TeamHG-Memex/sklearn-crfsuite


Indices and tables
==================
Expand Down

0 comments on commit 0989efd

Please sign in to comment.