Re: NSLinguisticTagger usable for non-english?
Re: NSLinguisticTagger usable for non-english?
- Subject: Re: NSLinguisticTagger usable for non-english?
- From: Igor Elland <email@hidden>
- Date: Mon, 05 Aug 2013 13:21:58 +0200
Since you’re getting some result, I’ll assume you’re doing this in Cocoa, not CocoaTouch (that only really supports English). In this case, I don’t see why you need the lexical tagging, when the lemma tagging would suffice and should yield the expected result without your need to post-process the tagged results. Change the scheme to NSLinguisticTagSchemeLemma. Hope this helps.
On Aug 5, 2013, at 1:18 PM, Gerriet M. Denkmann <email@hidden> 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).
> And "motivier" is a Number, "motivier." is an Adjective (both wrong).
>
> What I am trying to do:
> I got a list of 133 000 German words and want to convert these to their base forms, like: "käme" → "kommen", "Häuser" → "Haus", "weißem" → "weiß".
>
> Gerriet.
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (email@hidden)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden