Is there any library available to auto generate articles using natural language generation? nlgserv, a lightweight JSON wrapper for simplenlg, is apparently bundled withJython. simplenlg is a simple Java API designed to…
Category: quora
How do I create my own digital assistant like Siri, Google Now, or Cortana?
How do I create my own digital assistant like Siri, Google Now, or Cortana? I have answered many questions on Quora about this already; so, please see my answers under the following…
Are there any online Spanish chat AI’s (similar to things like Cleverbot)?
Are there any online Spanish chat AI’s (similar to things like Cleverbot)? Chatbots.org contains a Spanish Chatbots Directory, in addition to country by country listings. There have also been recent “AI Zone”…
Is there a tool that can scrape for specific keywords and automatically publish the articles it finds?
Is there a tool that can scrape for specific keywords and automatically publish the articles it finds? No, but lots of people have made things like this based on a pipeline or…
Can collection of content and data be curated (altered in an comprehendable way) automatically by programming?
Can collection of content and data be curated (altered in an comprehendable way) automatically by programming? Yes, I’ve been working on this for a good while. Text normalization is basically the massaging…
What are some open source programs for creating an Intelligent Virtual Agent?
What are some open source programs for creating an Intelligent Virtual Agent? => quora.com/Marcus-L-Endicott/answers/Open-Source There is no good, free, multipurpose artificial intelligence middleware available. For what is available, see my Quora answers…
How useful is it to make a chatbot for an academic course?
How useful is it to make a chatbot for an academic course? A general purpose dialog system and a domain specific question answering system are two different things. It’s true that most…
In NLP, how is relation extraction applied to Question Answering Systems?
In NLP, how is relation extraction applied to Question Answering Systems? I am not at all convinced that this is a solved problem. (Therefore, it must be an unsolved problem, IMHO.) I…
What are possible commercial applications with visual/image question answering?
What are possible commercial applications with visual/image question answering? vizwiz.org VizWiz is an iPhone app that allows blind users to receive quick answers to questions about their surroundings. VizWiz combines automatic image…
How does one go about developing a personal assistant, like Magic or GoButler, via text messaging?
How does one go about developing a personal assistant, like Magic or GoButler, via text messaging? I would put these under the category of “SMS Bots”. These bots may be fully automated,…