textrankKeywords
Extract keywords using TextRank
Description
extracts keywords and respective scores using TextRank. The function supports English,
Japanese, German, and Korean text. For other languages, try using the tbl = textrankKeywords(documents)rakeKeywords function
instead.
specifies additional options using one or more name-value pair arguments.tbl = textrankKeywords(documents,Name,Value)
Examples
Input Arguments
Name-Value Arguments
Output Arguments
More About
Tips
You can experiment with different keyword extraction algorithms to see what works best with your data. Because the TextRank keywords algorithm uses a part-of-speech tag-based approach to extract candidate keywords, the extracted keywords can be short. Alternatively, you can try extracting keywords using RAKE algorithm which extracts sequences of tokens appearing between delimiters as candidate keywords. To extract keywords using RAKE, use the
rakeKeywordsfunction. To learn more, see Extract Keywords from Text Data Using RAKE.
Algorithms
References
[1] Mihalcea, Rada, and Paul Tarau. "TextRank: Bringing Order into Text." In Proceedings of the 2004 conference on empirical methods in natural language processing, pp. 404-411. 2004.
Version History
Introduced in R2020b