Skip to content

Commit 3c7928e

Browse files
committed
latest docs
1 parent 6278d3d commit 3c7928e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ for details.
1818
Features
1919
--------
2020

21+
- **NEW:** Works with Python3.7
2122
- All directly accessible `textblob_de` classes (e.g. `Sentence()` or
2223
`Word()`) are initialized with default models for German
2324
- Properties or methods that do not yet work for German raise a
@@ -28,7 +29,7 @@ Features
2829
(`NLTKPunktTokenizer` or `PatternTokenizer`)
2930
- Part-of-speech tagging (`PatternTagger`) with keyword
3031
`include_punc=True` (defaults to `False`)
31-
- **NEW:** Tagset conversion in `PatternTagger` with keyword
32+
- Tagset conversion in `PatternTagger` with keyword
3233
`tagset='penn'|'universal'|'stts'` (defaults to `penn`)
3334
- Parsing (`PatternParser`) with all `pattern` keywords, plus
3435
`pprint=True` (defaults to `False`)

docs/src/docs_makefile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Documentation ``Makefile``
44

55
::
66

7-
generated: 30 December 2018 - 14:32
7+
generated: 30 December 2018 - 23:53
88

99
Please use `make <target>' where <target> is one of
1010

docs/src/project_makefile.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Project ``Makefile``
44

55
::
66

7-
generated: 30 December 2018 - 14:32
7+
generated: 30 December 2018 - 23:53
88

99
1010
Please use 'make <target>' where where <target> is one of

0 commit comments

Comments
 (0)