Re: NSLinguisticTagger

2014-09-24 Thread Gerriet M. Denkmann
On 24 Sep 2014, at 12:23, Roland King r...@rols.org wrote: Seems there are two classes of algorithms: Low class: CFStringTokenizer NSStringEnumerationByWords NSLinguisticTagger These get 我今天还没有去健身房 wrong, and are available on iOS. High class: Icu NSTextView

Re: NSLinguisticTagger

2014-09-24 Thread 2551
. On 24 Sep 2014, at 12:02, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: On 24 Sep 2014, at 11:46, Roland King r...@rols.org wrote: On 24 Sep 2014, at 12:31 pm, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: I have a problem with NSLinguisticTagger / CFStringTokenizer on iOS

Re: NSLinguisticTagger

2014-09-24 Thread Gerriet M. Denkmann
. ผ้าแดงหรือผ้าแดงสลับเหลืองเป็นตา ๆ ... ... สีเขียวอมเหลือง ... 4. What about other non-words reported by CFStringTokenizer, NSStringEnumerationByWords or NSLinguisticTagger in iOS 8 or Mac OS X 10.10 as words like: ก็มี, ในเรื่อง, ของฉัน (but ของคุณ = two words), เนื้อสัตว์ (but เนื้อมนุษย์ = two words) ? Why

NSLinguisticTagger

2014-09-23 Thread Gerriet M. Denkmann
I have a problem with NSLinguisticTagger / CFStringTokenizer on iOS 8.0 OS X 10.9.5 (and iOS 7 and earlier) parses สีเหลือง quite rightly as two words: สี = colour and เหลือง = yellow. No dictionary will ever contain yellow colour. Every dictionary will contain yellow and colour

Re: NSLinguisticTagger

2014-09-23 Thread Roland King
On 24 Sep 2014, at 1:02 pm, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: On 24 Sep 2014, at 11:46, Roland King r...@rols.org wrote: On 24 Sep 2014, at 12:31 pm, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: I have a problem with NSLinguisticTagger / CFStringTokenizer on iOS

NSLinguisticTagger usable for non-english?

2013-08-05 Thread Gerriet M. Denkmann
I am trying to use NSLinguisticTagger with German. Has anybody ever tried this and found it usable? E.g. Ich motivier dich ends with Verb, Pronoun (ok). But: Ich motivier dich. ends with two Adjectives (wrong). And motivier is a Number, motivier. is an Adjective (both wrong). What I am trying

Re: NSLinguisticTagger usable for non-english?

2013-08-05 Thread Igor Elland
the tagged results. Change the scheme to NSLinguisticTagSchemeLemma. Hope this helps. On Aug 5, 2013, at 1:18 PM, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: I am trying to use NSLinguisticTagger with German. Has anybody ever tried this and found it usable? E.g. Ich motivier dich ends

Re: NSLinguisticTagger usable for non-english?

2013-08-05 Thread Gerriet M. Denkmann
. On Aug 5, 2013, at 1:18 PM, Gerriet M. Denkmann gerr...@mdenkmann.de wrote: I am trying to use NSLinguisticTagger with German. Has anybody ever tried this and found it usable? E.g. Ich motivier dich ends with Verb, Pronoun (ok). But: Ich motivier dich. ends with two Adjectives (wrong

NSLinguisticTagger alarm strings

2013-02-13 Thread Eric E. Dolecki
Greetings, I am new to NSLinguisticTagger and I'm trying to set up an alarm set based on string... Wake me up at 9 AM Set alarm for 10 AM tomorrow - that sort of thing. What is the best way to tackle this? Should I use NSLinguisticTagger? If so, what's the best way to set it up? I could use