In SAS Viya, a data scientist uses the textParsing CAS action for natural language processing. Which of the following capabilities does the textParsing action provide that PROC TEXTMINE's PARSE statement does not?
Select an answer to reveal the explanation.
Short Explanation and Infographic
Here's the deal — b is correct because the SAS Viya textParsing CAS action (part of the Visual Text Analytics action set) supports advanced NLP capabilities including Named Entity Recognition, part-of-speech tagging, and relationship extraction that go beyond the traditional tokenization, stemming, and frequency counting available in PROC TEXTMINE's PARSE statement. A, C, and D are capabilities available in both PROC TEXTMINE and textParsing — they do not distinguish the two.
Full explanation below image
Full Explanation
B is correct because the SAS Viya textParsing CAS action (part of the Visual Text Analytics action set) supports advanced NLP capabilities including Named Entity Recognition, part-of-speech tagging, and relationship extraction that go beyond the traditional tokenization, stemming, and frequency counting available in PROC TEXTMINE's PARSE statement. A, C, and D are capabilities available in both PROC TEXTMINE and textParsing — they do not distinguish the two.