simsaens / LinguisticTaggerDemo

Basic usage of NSLinguisticTagger to highlight words

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LinguisticTaggerDemo

This is a very simple demo showing the use of NSLinguisticTagger to highlight different lexical classes of words. (For example, nouns, adjectives, etc.)

It is inspired by the very cool Syntax Control feature in Writer Pro. I was curious to see what sort of output NSLinguisticTagger produced.

Demo

It is largely based on Apple's TextKit demo for token highlighting.

About

Basic usage of NSLinguisticTagger to highlight words


Languages

Language:Objective-C 100.0%