Extract keywords and perform POS tagging
masterCppJieba supports advanced NLP tasks including keyword extraction and Part-of-Speech (POS) tagging.
- Keyword Extraction: Returns words along with their offsets and weights.
- POS Tagging: Returns words paired with their part-of-speech tags (e.g.,
nfor noun,vfor verb,rfor pronoun). You can define custom tags by adding them to your user dictionary (e.g.,word tag).