Arabic speech recognition for iOS [closed] - ios

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
i'm developing a software where i need to capture specific orders by the user and determine it from a list of predefined orders.
is there anyway i can get this feature to work with support of the Arabic language?
Thanks :)

Sure, you can try pocketsphinx to accomplish this task, see:
http://cmusphinx.sourceforge.net/2011/05/building-pocketsphinx-on-android/
Arabic acoustic model is available here;
http://sourceforge.net/projects/arabisc/
To learn more about CMUSphinx read the tutorial
http://cmusphinx.sourceforge.net/wiki/tutorial

Related

iOS Token Field [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
Any way of doing the described in this question in iOS?
NSTokenField with mixed token/string input, possible?
As you probably know there are no equivalent Classes for iOS, anyway there are a couple of project around that do this pretty well, for example TITokenField. You can use the control as it is or grab just the logic behind.

What's the best iOS software design flow? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I'm iOS beginner, I feel so difficult to start a project.
What's the best iOS Software Design Flow?
How many steps? How to write a good specification document? How to shorten design time?...
Please guide!Thank you!
Watch Paul Hegarty's lessons on iTunes. https://itunes.apple.com/us/itunes-u/ipad-iphone-application-development/id473757255

Internal Messaging system for Rails 3 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Could any one please tell me a good gem for Messaging System with attachments feature to send messages with in the application.
Thanks in advance.
In cases like this it is useful to look at the excellent RubyToolbox for projects in that space.
https://www.ruby-toolbox.com/categories/User_Messaging_Systems
They list a number of messaging systems where users within an application can send each other messages

iOS. Using music to generate game levels [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
Is it possible to generate game levels using music without of violation of Apple's rules for applications in app store
Yes and many apps do this, an example would be "Beat Hazards". and there is no reason to believe it would violate the tos.

How to create a price compare app? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
What is the best solution to scrape many prices from many different websites?
Is it possible to scrape prices realtime? If yes how?
I don't know if it is still being maintained, but I've found scRUBYt to be very useful when it comes to scraping. http://scrubyt.rubyforge.org

Resources