
cts:part-of-speech( $token as cts:token ) as xs:string
  Returns the part of speech for a cts:token, if any.
| Parameters | |
|---|---|
| token | 
  A token, as returned from cts:tokenize.
   | 
	    
This function is useful for testing custom tokenizers. Built in tokenizers do not use parts of speech and will return an empty string for the part of speech.
cts:part-of-speech(cts:tokenize("an example","en"))
=> ("","","")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.