Skip to content

Commit

Permalink
Make clearer that this lib implements linear-chain CRF
Browse files Browse the repository at this point in the history
  • Loading branch information
kmkurn committed Aug 27, 2019
1 parent 3cb34b7 commit 1b7ced2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Conditional random field in `PyTorch <http://pytorch.org/>`_.
:target: http://spacemacs.org
:alt: Built with Spacemacs

This package provides an implementation of `conditional random field
This package provides an implementation of linear-chain `conditional random field
<https://en.wikipedia.org/wiki/Conditional_random_field>`_ (CRF) in PyTorch.
This implementation borrows mostly from `AllenNLP CRF module
<https://github.com/allenai/allennlp/blob/master/allennlp/modules/conditional_ra
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ pytorch-crf

*Conditional random fields in PyTorch.*

This package provides an implementation of a `conditional random fields (CRF)`_ layer
in PyTorch. The implementation borrows mostly from `AllenNLP CRF module`_ with some
This package provides an implementation of a linear-chain `conditional random fields (CRF)`_
layer in PyTorch. The implementation borrows mostly from `AllenNLP CRF module`_ with some
modifications.

.. toctree::
Expand Down

0 comments on commit 1b7ced2

Please sign in to comment.