nslinguistictagger Questions
8
Solved
I'm looking through the Apple's Vision API documentation and I see a couple of classes that relate to text detection in UIImages:
1) class VNDetectTextRectanglesRequest
2) class VNTextObservation...
Alta asked 13/6, 2017 at 23:34
3
Solved
For instance, given the following strings:
let textEN = "The quick brown fox jumps over the lazy dog"
let textES = "El zorro marrón rápido salta sobre el perro perezoso"
let textAR = "الثعلب البني...
Olivenite asked 19/12, 2017 at 15:59
2
Solved
Does anyone understand why this is happening?
On any simulator all of the schemes are found with the following code:
NSArray<NSLinguisticTagScheme> *availSchemes = [NSLinguisticTagger avail...
Creole asked 13/2, 2018 at 14:18
1
Here's the code I'm using, it prints nothing no matter what sentence I use on the device. On simulator it works fine!
- (NSMutableArray *)getTagEntries:(NSString *)sentence {
NSArray<NSLinguis...
Usurpation asked 20/10, 2017 at 16:32
1
© 2022 - 2024 — McMap. All rights reserved.