Questions tagged [nslinguistictagger]

18 questions
0
votes
0 answers

I'm unable to call a function from my Device but I can do that from my Simulator

I'm making a simple linguistic tagger app in which it takes user input and gives the tags and token. It works fine in the simulator but when I run it in my device, it doesn't do the same. This is the code I've used: @IBAction func callML(_ sender:…
0
votes
1 answer

How we can make the custom NSLinguisticTagger tagSchemes in iOS?

I am working NSLinguisticTagger class to filter or find the Place name, Name, Organisation name, Phone number, Mobile number, Address like Home address, office address etc, using a row string. There are 3 option like 1. NSLinguisticTagPlaceName …
Manjeet Singh
  • 57
  • 1
  • 10
0
votes
1 answer

How to handle word wrap in iOS' UILabel/UITextView for the Chinese language for multiple screen sizes?

I've an app that is being localized to Simplified Chinese. I've noticed that sometimes UILabels and UITextViews wrap characters but not entire words. It seems a bit crazy to go through the Chinese language to manually point out line breaks for…
ninjaneer
  • 6,951
  • 8
  • 60
  • 104
1
2