We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a01c99 commit e5ed5b4Copy full SHA for e5ed5b4
README.md
@@ -2,7 +2,7 @@
2
3
Sequence tagging with spaCy and crfsuite.
4
5
-Copied from [Rasa NLU](https://github.com/RasaHQ/rasa/blob/master/rasa/nlu/extractors/crf_entity_extractor.py).
+A port of [Rasa NLU](https://github.com/RasaHQ/rasa/blob/master/rasa/nlu/extractors/crf_entity_extractor.py).
6
7
## ✨ Features
8
@@ -273,4 +273,4 @@ Run black (code formatting)
273
274
```sh
275
$ poetry run black spacy_crfsuite/ --config=pyproject.toml
276
-```
+```
spacy_crfsuite/about.py
@@ -1,5 +1,5 @@
1
__title__ = "spacy_crfsuite"
-__version__ = "1.3.0"
+__version__ = "1.4.0"
__summary__ = "spaCy pipeline component for CRF entity extraction"
__author__ = "Tal Almagor"
__email__ = "[email protected]"
0 commit comments