Skip to content

Commit 9af0322

Browse files
committed
Update Installation docs
1 parent 73ec596 commit 9af0322

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/notes/installation.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,17 @@ For some functionalities, like named entity recognition, extra packages may be n
1515

1616
where ``extras`` can be
1717
- ``attacut`` (to support attacut, a fast and accurate tokenizer)
18+
- ``benchmarks`` (to support benchmarks)
1819
- ``icu`` (for ICU, International Components for Unicode, support in transliteration and tokenization)
1920
- ``ipa`` (for IPA, International Phonetic Alphabet, support in transliteration)
2021
- ``ml`` (to support ULMFiT models for classification)
22+
- ``ssg`` (to support ssg for syllable tokenizer)
2123
- ``thai2fit`` (for Thai word vector)
2224
- ``thai2rom`` (for machine-learnt romanization)
25+
- ``translate`` (to support translate)
26+
- ``wangchanberta`` (to support wangchanberta models)
27+
- ``mt5`` (to mt5 models for Thai text summarizer)
28+
- ``wordnet`` (to support wordnet)
2329
- ``full`` (install everything)
2430

2531
For dependency details, look at `extras` variable in [`setup.py`](https://github.com/PyThaiNLP/pythainlp/blob/dev/setup.py).

0 commit comments

Comments
 (0)