Skip to content

Commit

Permalink
fix: docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
severinsimmler committed Jan 6, 2021
1 parent 7deff05 commit bce8633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chaine/api.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""
chaine.training
~~~~~~~~~~~~~~~
chaine.api
~~~~~~~~~~
This module implements the high-level API to train a CRF
This module implements the high-level API to train a conditional random field
"""

from chaine.crf import Model, Trainer
Expand Down

0 comments on commit bce8633

Please sign in to comment.