Parsimmon
Parsimmon copied to clipboard
Parsimmon is a wee linguistics toolkit for iOS written in Swift.
It's not working
Parsimmon doesn't work with Swift 3.0
Migrated to Swift 3
i'm using Parsimmon to develop my application, but Parsimmon doesn't work when i build my app in device - iphone 5s, iOS 9.3.1
Let's say I have huge amount of sentences to train Naive Bayes Classifier. Instead of doing this training every time in the program, is it possible to do it once...
Even though I write the exat same sentence, classifier can't identify string's category. ``` swift let prepared = ["file is packed", "Data Prepared", "information Arranged", "Record Created", "Data received"] let...
Hi, Would be awesome if we could access a confidence level/percentage from ParsimmonNaiveBayesClassifer.classifyTokens method, maybe some easily-digestible human-friendly value.