[Tutor] Request Advice on Python Feasibility

Mark Lawrence breamoreboy at yahoo.co.uk
Tue May 26 09:50:07 CEST 2015


On 26/05/2015 07:21, kaushik.halder at accenture.com wrote:
> Hello Sir,
> Greetings.
>
> We are in process of building a recommendation engine based on text analytics and sentiment analytics .
> Analytics Engine having Sentiment Analytics and Text Analytics should further have following few requirements
>
> i. The Analytics engine should able to connect REST Web server and SQL DB . Ideally it should get exposed by REST Web Service.
> ii. Analytics Engine should run Parallel in Cluster form
> iii. Analytics Engine should have Strong Corpus , should able to recognize "Key words and Phrases" and should able to find correlation between words
> iv . Analytics Engine should be portable in Big Data environment and should have high throughput .
>
> Please suggest if Python can help in achieving above requirements . Thanks a lot
>
> With Regards
>
> Kaushik halder
> 9836181515
>

You're on the wrong list as this is for beginners to the Python language 
and its standard library.  Please try 
https://mail.python.org/mailman/listinfo/python-list which is also 
available as gmane.comp.python.general.

Having said that do you want something like this http://www.nltk.org/ ?

-- 
My fellow Pythonistas, ask not what our language can do for you, ask
what you can do for our language.

Mark Lawrence



More information about the Tutor mailing list