File size: 392 Bytes
e4b9a7b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | .. currentmodule:: pythainlp.summarize
pythainlp.summarize
===================
The :class:`summarize` is Thai text summarizer.
Modules
-------
.. autofunction:: summarize
.. autofunction:: extract_keywords
Keyword Extraction Engines
--------------------------
KeyBERT
+++++++
.. automodule:: pythainlp.summarize.keybert
.. autoclass:: pythainlp.summarize.keybert.KeyBERT
:members:
|