Re: Any NLP library for sentiment analysis in Spark?

2017-04-12 Thread Alonso Isidoro Roman
I forked some time ago a project, maybe you can use it.

https://github.com/alonsoir/SparkTwitterAnalyzer



Alonso Isidoro Roman
[image: https://]about.me/alonso.isidoro.roman
<https://about.me/alonso.isidoro.roman?promo=email_sig_source=email_sig_medium=email_sig_campaign=external_links>

2017-04-12 8:45 GMT+02:00 Jayant Shekhar <jayantbaya...@gmail.com>:

> Hello Gaurav,
>
> Yes, Stanford CoreNLP is of course great to use too!
>
> You can find sample code here and pull the UDF's into your project :
> https://github.com/sparkflows/sparkflows-stanfordcorenlp
>
> Thanks,
> Jayant
>
>
> On Tue, Apr 11, 2017 at 8:44 PM, Gaurav Pandya <gauravhpan...@gmail.com>
> wrote:
>
>> Thanks guys.
>> How about Standford CoreNLP?
>> Any reviews/ feedback?
>> Please share the details if anyone has used it in past.
>>
>>
>> On Tue, Apr 11, 2017 at 11:46 PM, <ian.malo...@tdameritrade.com> wrote:
>>
>>> I think team used this awhile ago, but there was some tweak that needed
>>> to be made to get it to work.
>>>
>>> https://github.com/databricks/spark-corenlp
>>>
>>> From: Gabriel James <gabriel.ja...@heliase.com>> gabriel.ja...@heliase.com>>
>>> Organization: Heliase Genomics
>>> Reply-To: "gabriel.ja...@heliase.com<mailto:gabriel.ja...@heliase.com>"
>>> <gabriel.ja...@heliase.com<mailto:gabriel.ja...@heliase.com>>
>>> Date: Tuesday, April 11, 2017 at 2:13 PM
>>> To: 'Kevin Wang' <buz...@gmail.com<mailto:buz...@gmail.com>>, 'Alonso
>>> Isidoro Roman' <alons...@gmail.com<mailto:alons...@gmail.com>>
>>> Cc: 'Gaurav1809' <gauravhpan...@gmail.com<mailto:gauravhpan...@gmail.com>>,
>>> "user@spark.apache.org<mailto:user@spark.apache.org>" <
>>> user@spark.apache.org<mailto:user@spark.apache.org>>
>>> Subject: RE: Any NLP library for sentiment analysis in Spark?
>>>
>>> Me too. Experiences and recommendations please.
>>>
>>> Gabriel
>>>
>>> From: Kevin Wang [mailto:buz...@gmail.com]
>>> Sent: Wednesday, April 12, 2017 6:11 AM
>>> To: Alonso Isidoro Roman <alons...@gmail.com<mailto:alons...@gmail.com>>
>>> Cc: Gaurav1809 <gauravhpan...@gmail.com<mailto:gauravhpan...@gmail.com>>;
>>> user@spark.apache.org<mailto:user@spark.apache.org>
>>> Subject: Re: Any NLP library for sentiment analysis in Spark?
>>>
>>> I am also interested in this topic.  Anything else anyone can
>>> recommend?  Thanks.
>>>
>>> Best,
>>>
>>> Kevin
>>>
>>> On Tue, Apr 11, 2017 at 5:00 AM, Alonso Isidoro Roman <
>>> alons...@gmail.com<mailto:alons...@gmail.com>> wrote:
>>> i did not use it yet, but this library looks promising:
>>>
>>> https://github.com/databricks/spark-corenlp<https://urldefen
>>> se.proofpoint.com/v2/url?u=https-3A__github.com_databricks_
>>> spark-2Dcorenlp=DwMFaQ=nulvIAQnC0yOOjC0e0NVa8TOcyq9jNhjZ
>>> 156R-JJU10=CxpqDYMuQy-1uNI-UOyUbaX6BMPCZXH8d8evuCoP_OA=
>>> p0pC_ApR9n9mGtHzisoah42mDvjxDWoGZUhPltYAqWM=g6w0vu-jlVZ1dC
>>> TNujjMes1yndAzWXfqKCfKXAinx9c=>
>>>
>>>
>>> Alonso Isidoro Roman
>>> about.me/alonso.isidoro.roman
>>>
>>>
>>> 2017-04-11 11:02 GMT+02:00 Gaurav1809 <gauravhpan...@gmail.com>> gauravhpan...@gmail.com>>:
>>> Hi All,
>>>
>>> I need to determine sentiment for given document (statement, paragraph
>>> etc.)
>>> Is there any NLP library available with Apache Spark that I can use here?
>>>
>>> Any other pointers towards this would be highly appreciated.
>>>
>>> Thanks in advance.
>>> Gaurav Pandya
>>>
>>>
>>>
>>> --
>>> View this message in context: http://apache-spark-user-list.
>>> 1001560.n3.nabble.com/Any-NLP-library-for-sentiment-analysis
>>> -in-Spark-tp28586.html<https://urldefense.proofpoint.com/v2/
>>> url?u=http-3A__apache-2Dspark-2Duser-2Dlist.1001560.n3.nabbl
>>> e.com_Any-2DNLP-2Dlibrary-2Dfor-2Dsentiment-2Danalysis-
>>> 2Din-2DSpark-2Dtp28586.html=DwMFaQ=nulvIAQnC0yOOjC0e0NVa
>>> 8TOcyq9jNhjZ156R-JJU10=CxpqDYMuQy-1uNI-UOyUbaX6BMPCZX
>>> H8d8evuCoP_OA=p0pC_ApR9n9mGtHzisoah42mDvjxDWoGZUh
>>> PltYAqWM=9GDW47Xe8kvyCZSUXA02Q9fmpPopBEopcbcww6kXQpI=>
>>> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>>>
>>> -
>>> To unsubscribe e-mail: user-unsubscr...@spark.apache.org>> user-unsubscr...@spark.apache.org>
>>>
>>>
>>>
>>
>


Re: Any NLP library for sentiment analysis in Spark?

2017-04-12 Thread Jayant Shekhar
Hello Gaurav,

Yes, Stanford CoreNLP is of course great to use too!

You can find sample code here and pull the UDF's into your project :
https://github.com/sparkflows/sparkflows-stanfordcorenlp

Thanks,
Jayant


On Tue, Apr 11, 2017 at 8:44 PM, Gaurav Pandya <gauravhpan...@gmail.com>
wrote:

> Thanks guys.
> How about Standford CoreNLP?
> Any reviews/ feedback?
> Please share the details if anyone has used it in past.
>
>
> On Tue, Apr 11, 2017 at 11:46 PM, <ian.malo...@tdameritrade.com> wrote:
>
>> I think team used this awhile ago, but there was some tweak that needed
>> to be made to get it to work.
>>
>> https://github.com/databricks/spark-corenlp
>>
>> From: Gabriel James <gabriel.ja...@heliase.com> gabriel.ja...@heliase.com>>
>> Organization: Heliase Genomics
>> Reply-To: "gabriel.ja...@heliase.com<mailto:gabriel.ja...@heliase.com>" <
>> gabriel.ja...@heliase.com<mailto:gabriel.ja...@heliase.com>>
>> Date: Tuesday, April 11, 2017 at 2:13 PM
>> To: 'Kevin Wang' <buz...@gmail.com<mailto:buz...@gmail.com>>, 'Alonso
>> Isidoro Roman' <alons...@gmail.com<mailto:alons...@gmail.com>>
>> Cc: 'Gaurav1809' <gauravhpan...@gmail.com<mailto:gauravhpan...@gmail.com>>,
>> "user@spark.apache.org<mailto:user@spark.apache.org>" <
>> user@spark.apache.org<mailto:user@spark.apache.org>>
>> Subject: RE: Any NLP library for sentiment analysis in Spark?
>>
>> Me too. Experiences and recommendations please.
>>
>> Gabriel
>>
>> From: Kevin Wang [mailto:buz...@gmail.com]
>> Sent: Wednesday, April 12, 2017 6:11 AM
>> To: Alonso Isidoro Roman <alons...@gmail.com<mailto:alons...@gmail.com>>
>> Cc: Gaurav1809 <gauravhpan...@gmail.com<mailto:gauravhpan...@gmail.com>>;
>> user@spark.apache.org<mailto:user@spark.apache.org>
>> Subject: Re: Any NLP library for sentiment analysis in Spark?
>>
>> I am also interested in this topic.  Anything else anyone can recommend?
>> Thanks.
>>
>> Best,
>>
>> Kevin
>>
>> On Tue, Apr 11, 2017 at 5:00 AM, Alonso Isidoro Roman <alons...@gmail.com
>> <mailto:alons...@gmail.com>> wrote:
>> i did not use it yet, but this library looks promising:
>>
>> https://github.com/databricks/spark-corenlp<https://urldefen
>> se.proofpoint.com/v2/url?u=https-3A__github.com_databrick
>> s_spark-2Dcorenlp=DwMFaQ=nulvIAQnC0yOOjC0e0NVa8TOcyq9jNh
>> jZ156R-JJU10=CxpqDYMuQy-1uNI-UOyUbaX6BMPCZXH8d8evuCoP_OA&
>> m=p0pC_ApR9n9mGtHzisoah42mDvjxDWoGZUhPltYAqWM=g6w0vu-jlVZ1
>> dCTNujjMes1yndAzWXfqKCfKXAinx9c=>
>>
>>
>> Alonso Isidoro Roman
>> about.me/alonso.isidoro.roman
>>
>>
>> 2017-04-11 11:02 GMT+02:00 Gaurav1809 <gauravhpan...@gmail.com> gauravhpan...@gmail.com>>:
>> Hi All,
>>
>> I need to determine sentiment for given document (statement, paragraph
>> etc.)
>> Is there any NLP library available with Apache Spark that I can use here?
>>
>> Any other pointers towards this would be highly appreciated.
>>
>> Thanks in advance.
>> Gaurav Pandya
>>
>>
>>
>> --
>> View this message in context: http://apache-spark-user-list.
>> 1001560.n3.nabble.com/Any-NLP-library-for-sentiment-analysis
>> -in-Spark-tp28586.html<https://urldefense.proofpoint.com/v2/
>> url?u=http-3A__apache-2Dspark-2Duser-2Dlist.1001560.n3.
>> nabble.com_Any-2DNLP-2Dlibrary-2Dfor-2Dsentiment-2Danalysis-2Din-2DSpark-
>> 2Dtp28586.html=DwMFaQ=nulvIAQnC0yOOjC0e0NVa8TOcyq9jNhjZ1
>> 56R-JJU10=CxpqDYMuQy-1uNI-UOyUbaX6BMPCZXH8d8evuCoP_OA=
>> p0pC_ApR9n9mGtHzisoah42mDvjxDWoGZUhPltYAqWM=9GDW47Xe8kvyCZ
>> SUXA02Q9fmpPopBEopcbcww6kXQpI=>
>> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>>
>> -
>> To unsubscribe e-mail: user-unsubscr...@spark.apache.org> user-unsubscr...@spark.apache.org>
>>
>>
>>
>


Re: Any NLP library for sentiment analysis in Spark?

2017-04-12 Thread Georg Heiler
I upgraded some dependencies here https://github.com/geoHeil/spark-corenlp
and currently use it for an University project.

Would also be interested in better libraries for spark.

Tokenization and lemmatizaion work fine.

Regards Georg

hosur narahari <hnr1...@gmail.com> schrieb am Mi. 12. Apr. 2017 um 06:53:

> Tensorflow provides NLP implementation which uses deep learning
> technology. But it's not distributed. So you can try to integrate spark
> with Tensorflow.
>
> Best Regards,
> Hari
>
> On 11 Apr 2017 11:44 p.m., "Gabriel James" <gabriel.ja...@heliase.com>
> wrote:
>
> Me too. Experiences and recommendations please.
>
>
>
> Gabriel
>
>
>
> *From:* Kevin Wang [mailto:buz...@gmail.com]
> *Sent:* Wednesday, April 12, 2017 6:11 AM
> *To:* Alonso Isidoro Roman <alons...@gmail.com>
> *Cc:* Gaurav1809 <gauravhpan...@gmail.com>; user@spark.apache.org
> *Subject:* Re: Any NLP library for sentiment analysis in Spark?
>
>
>
> I am also interested in this topic.  Anything else anyone can recommend?
> Thanks.
>
>
>
> Best,
>
>
>
> Kevin
>
>
>
> On Tue, Apr 11, 2017 at 5:00 AM, Alonso Isidoro Roman <alons...@gmail.com>
> wrote:
>
> i did not use it yet, but this library looks promising:
>
>
>
> https://github.com/databricks/spark-corenlp
>
>
>
>
> *Alonso Isidoro Roman*
>
> about.me/alonso.isidoro.roman
>
>
>
> 2017-04-11 11:02 GMT+02:00 Gaurav1809 <gauravhpan...@gmail.com>:
>
> Hi All,
>
> I need to determine sentiment for given document (statement, paragraph
> etc.)
> Is there any NLP library available with Apache Spark that I can use here?
>
> Any other pointers towards this would be highly appreciated.
>
> Thanks in advance.
> Gaurav Pandya
>
>
>
> --
> View this message in context:
> http://apache-spark-user-list.1001560.n3.nabble.com/Any-NLP-library-for-sentiment-analysis-in-Spark-tp28586.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> -
> To unsubscribe e-mail: user-unsubscr...@spark.apache.org
>
>
>
>
>
>


RE: Any NLP library for sentiment analysis in Spark?

2017-04-11 Thread hosur narahari
Tensorflow provides NLP implementation which uses deep learning technology.
But it's not distributed. So you can try to integrate spark with
Tensorflow.

Best Regards,
Hari

On 11 Apr 2017 11:44 p.m., "Gabriel James" <gabriel.ja...@heliase.com>
wrote:

> Me too. Experiences and recommendations please.
>
>
>
> Gabriel
>
>
>
> *From:* Kevin Wang [mailto:buz...@gmail.com]
> *Sent:* Wednesday, April 12, 2017 6:11 AM
> *To:* Alonso Isidoro Roman <alons...@gmail.com>
> *Cc:* Gaurav1809 <gauravhpan...@gmail.com>; user@spark.apache.org
> *Subject:* Re: Any NLP library for sentiment analysis in Spark?
>
>
>
> I am also interested in this topic.  Anything else anyone can recommend?
> Thanks.
>
>
>
> Best,
>
>
>
> Kevin
>
>
>
> On Tue, Apr 11, 2017 at 5:00 AM, Alonso Isidoro Roman <alons...@gmail.com>
> wrote:
>
> i did not use it yet, but this library looks promising:
>
>
>
> https://github.com/databricks/spark-corenlp
>
>
>
>
> *Alonso Isidoro Roman*
>
> about.me/alonso.isidoro.roman
>
>
>
> 2017-04-11 11:02 GMT+02:00 Gaurav1809 <gauravhpan...@gmail.com>:
>
> Hi All,
>
> I need to determine sentiment for given document (statement, paragraph
> etc.)
> Is there any NLP library available with Apache Spark that I can use here?
>
> Any other pointers towards this would be highly appreciated.
>
> Thanks in advance.
> Gaurav Pandya
>
>
>
> --
> View this message in context: http://apache-spark-user-list.
> 1001560.n3.nabble.com/Any-NLP-library-for-sentiment-
> analysis-in-Spark-tp28586.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> -
> To unsubscribe e-mail: user-unsubscr...@spark.apache.org
>
>
>
>
>


Re: Any NLP library for sentiment analysis in Spark?

2017-04-11 Thread Gaurav Pandya
Thanks guys.
How about Standford CoreNLP?
Any reviews/ feedback?
Please share the details if anyone has used it in past.


On Tue, Apr 11, 2017 at 11:46 PM, <ian.malo...@tdameritrade.com> wrote:

> I think team used this awhile ago, but there was some tweak that needed to
> be made to get it to work.
>
> https://github.com/databricks/spark-corenlp
>
> From: Gabriel James <gabriel.ja...@heliase.com gabriel.ja...@heliase.com>>
> Organization: Heliase Genomics
> Reply-To: "gabriel.ja...@heliase.com<mailto:gabriel.ja...@heliase.com>" <
> gabriel.ja...@heliase.com<mailto:gabriel.ja...@heliase.com>>
> Date: Tuesday, April 11, 2017 at 2:13 PM
> To: 'Kevin Wang' <buz...@gmail.com<mailto:buz...@gmail.com>>, 'Alonso
> Isidoro Roman' <alons...@gmail.com<mailto:alons...@gmail.com>>
> Cc: 'Gaurav1809' <gauravhpan...@gmail.com<mailto:gauravhpan...@gmail.com>>,
> "user@spark.apache.org<mailto:user@spark.apache.org>" <
> user@spark.apache.org<mailto:user@spark.apache.org>>
> Subject: RE: Any NLP library for sentiment analysis in Spark?
>
> Me too. Experiences and recommendations please.
>
> Gabriel
>
> From: Kevin Wang [mailto:buz...@gmail.com]
> Sent: Wednesday, April 12, 2017 6:11 AM
> To: Alonso Isidoro Roman <alons...@gmail.com<mailto:alons...@gmail.com>>
> Cc: Gaurav1809 <gauravhpan...@gmail.com<mailto:gauravhpan...@gmail.com>>;
> user@spark.apache.org<mailto:user@spark.apache.org>
> Subject: Re: Any NLP library for sentiment analysis in Spark?
>
> I am also interested in this topic.  Anything else anyone can recommend?
> Thanks.
>
> Best,
>
> Kevin
>
> On Tue, Apr 11, 2017 at 5:00 AM, Alonso Isidoro Roman <alons...@gmail.com
> <mailto:alons...@gmail.com>> wrote:
> i did not use it yet, but this library looks promising:
>
> https://github.com/databricks/spark-corenlp<https://
> urldefense.proofpoint.com/v2/url?u=https-3A__github.com_
> databricks_spark-2Dcorenlp=DwMFaQ=nulvIAQnC0yOOjC0e0NVa8TOcyq9jN
> hjZ156R-JJU10=CxpqDYMuQy-1uNI-UOyUbaX6BMPCZXH8d8evuCoP_OA=p0pC_
> ApR9n9mGtHzisoah42mDvjxDWoGZUhPltYAqWM=g6w0vu-
> jlVZ1dCTNujjMes1yndAzWXfqKCfKXAinx9c=>
>
>
> Alonso Isidoro Roman
> about.me/alonso.isidoro.roman
>
>
> 2017-04-11 11:02 GMT+02:00 Gaurav1809 <gauravhpan...@gmail.com gauravhpan...@gmail.com>>:
> Hi All,
>
> I need to determine sentiment for given document (statement, paragraph
> etc.)
> Is there any NLP library available with Apache Spark that I can use here?
>
> Any other pointers towards this would be highly appreciated.
>
> Thanks in advance.
> Gaurav Pandya
>
>
>
> --
> View this message in context: http://apache-spark-user-list.
> 1001560.n3.nabble.com/Any-NLP-library-for-sentiment-
> analysis-in-Spark-tp28586.html<https://urldefense.
> proofpoint.com/v2/url?u=http-3A__apache-2Dspark-2Duser-
> 2Dlist.1001560.n3.nabble.com_Any-2DNLP-2Dlibrary-2Dfor-
> 2Dsentiment-2Danalysis-2Din-2DSpark-2Dtp28586.html=DwMFaQ=
> nulvIAQnC0yOOjC0e0NVa8TOcyq9jNhjZ156R-JJU10=CxpqDYMuQy-
> 1uNI-UOyUbaX6BMPCZXH8d8evuCoP_OA=p0pC_ApR9n9mGtHzisoah42mDvjxDWoGZUh
> PltYAqWM=9GDW47Xe8kvyCZSUXA02Q9fmpPopBEopcbcww6kXQpI=>
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> -
> To unsubscribe e-mail: user-unsubscr...@spark.apache.org user-unsubscr...@spark.apache.org>
>
>
>


Re: Any NLP library for sentiment analysis in Spark?

2017-04-11 Thread Ian.Maloney
I think team used this awhile ago, but there was some tweak that needed to be 
made to get it to work.

https://github.com/databricks/spark-corenlp

From: Gabriel James 
<gabriel.ja...@heliase.com<mailto:gabriel.ja...@heliase.com>>
Organization: Heliase Genomics
Reply-To: "gabriel.ja...@heliase.com<mailto:gabriel.ja...@heliase.com>" 
<gabriel.ja...@heliase.com<mailto:gabriel.ja...@heliase.com>>
Date: Tuesday, April 11, 2017 at 2:13 PM
To: 'Kevin Wang' <buz...@gmail.com<mailto:buz...@gmail.com>>, 'Alonso Isidoro 
Roman' <alons...@gmail.com<mailto:alons...@gmail.com>>
Cc: 'Gaurav1809' <gauravhpan...@gmail.com<mailto:gauravhpan...@gmail.com>>, 
"user@spark.apache.org<mailto:user@spark.apache.org>" 
<user@spark.apache.org<mailto:user@spark.apache.org>>
Subject: RE: Any NLP library for sentiment analysis in Spark?

Me too. Experiences and recommendations please.

Gabriel

From: Kevin Wang [mailto:buz...@gmail.com]
Sent: Wednesday, April 12, 2017 6:11 AM
To: Alonso Isidoro Roman <alons...@gmail.com<mailto:alons...@gmail.com>>
Cc: Gaurav1809 <gauravhpan...@gmail.com<mailto:gauravhpan...@gmail.com>>; 
user@spark.apache.org<mailto:user@spark.apache.org>
Subject: Re: Any NLP library for sentiment analysis in Spark?

I am also interested in this topic.  Anything else anyone can recommend?  
Thanks.

Best,

Kevin

On Tue, Apr 11, 2017 at 5:00 AM, Alonso Isidoro Roman 
<alons...@gmail.com<mailto:alons...@gmail.com>> wrote:
i did not use it yet, but this library looks promising:

https://github.com/databricks/spark-corenlp<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_databricks_spark-2Dcorenlp=DwMFaQ=nulvIAQnC0yOOjC0e0NVa8TOcyq9jNhjZ156R-JJU10=CxpqDYMuQy-1uNI-UOyUbaX6BMPCZXH8d8evuCoP_OA=p0pC_ApR9n9mGtHzisoah42mDvjxDWoGZUhPltYAqWM=g6w0vu-jlVZ1dCTNujjMes1yndAzWXfqKCfKXAinx9c=>


Alonso Isidoro Roman
about.me/alonso.isidoro.roman


2017-04-11 11:02 GMT+02:00 Gaurav1809 
<gauravhpan...@gmail.com<mailto:gauravhpan...@gmail.com>>:
Hi All,

I need to determine sentiment for given document (statement, paragraph etc.)
Is there any NLP library available with Apache Spark that I can use here?

Any other pointers towards this would be highly appreciated.

Thanks in advance.
Gaurav Pandya



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Any-NLP-library-for-sentiment-analysis-in-Spark-tp28586.html<https://urldefense.proofpoint.com/v2/url?u=http-3A__apache-2Dspark-2Duser-2Dlist.1001560.n3.nabble.com_Any-2DNLP-2Dlibrary-2Dfor-2Dsentiment-2Danalysis-2Din-2DSpark-2Dtp28586.html=DwMFaQ=nulvIAQnC0yOOjC0e0NVa8TOcyq9jNhjZ156R-JJU10=CxpqDYMuQy-1uNI-UOyUbaX6BMPCZXH8d8evuCoP_OA=p0pC_ApR9n9mGtHzisoah42mDvjxDWoGZUhPltYAqWM=9GDW47Xe8kvyCZSUXA02Q9fmpPopBEopcbcww6kXQpI=>
Sent from the Apache Spark User List mailing list archive at Nabble.com.

-
To unsubscribe e-mail: 
user-unsubscr...@spark.apache.org<mailto:user-unsubscr...@spark.apache.org>



-
To unsubscribe e-mail: user-unsubscr...@spark.apache.org



RE: Any NLP library for sentiment analysis in Spark?

2017-04-11 Thread Gabriel James
Me too. Experiences and recommendations please.

 

Gabriel

 

From: Kevin Wang [mailto:buz...@gmail.com] 
Sent: Wednesday, April 12, 2017 6:11 AM
To: Alonso Isidoro Roman <alons...@gmail.com>
Cc: Gaurav1809 <gauravhpan...@gmail.com>; user@spark.apache.org
Subject: Re: Any NLP library for sentiment analysis in Spark?

 

I am also interested in this topic.  Anything else anyone can recommend?  
Thanks.

 

Best,

 

Kevin 

 

On Tue, Apr 11, 2017 at 5:00 AM, Alonso Isidoro Roman <alons...@gmail.com 
<mailto:alons...@gmail.com> > wrote:

i did not use it yet, but this library looks promising:

 

https://github.com/databricks/spark-corenlp

 





Alonso Isidoro Roman

about.me/alonso.isidoro.roman

 

2017-04-11 11:02 GMT+02:00 Gaurav1809 <gauravhpan...@gmail.com 
<mailto:gauravhpan...@gmail.com> >:

Hi All,

I need to determine sentiment for given document (statement, paragraph etc.)
Is there any NLP library available with Apache Spark that I can use here?

Any other pointers towards this would be highly appreciated.

Thanks in advance.
Gaurav Pandya



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/Any-NLP-library-for-sentiment-analysis-in-Spark-tp28586.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

-
To unsubscribe e-mail: user-unsubscr...@spark.apache.org 
<mailto:user-unsubscr...@spark.apache.org> 

 

 



Re: Any NLP library for sentiment analysis in Spark?

2017-04-11 Thread Kevin Wang
I am also interested in this topic.  Anything else anyone can recommend?
Thanks.

Best,

Kevin

On Tue, Apr 11, 2017 at 5:00 AM, Alonso Isidoro Roman 
wrote:

> i did not use it yet, but this library looks promising:
>
> https://github.com/databricks/spark-corenlp
>
>
> Alonso Isidoro Roman
> [image: https://]about.me/alonso.isidoro.roman
>
> 
>
> 2017-04-11 11:02 GMT+02:00 Gaurav1809 :
>
>> Hi All,
>>
>> I need to determine sentiment for given document (statement, paragraph
>> etc.)
>> Is there any NLP library available with Apache Spark that I can use here?
>>
>> Any other pointers towards this would be highly appreciated.
>>
>> Thanks in advance.
>> Gaurav Pandya
>>
>>
>>
>> --
>> View this message in context: http://apache-spark-user-list.
>> 1001560.n3.nabble.com/Any-NLP-library-for-sentiment-analysis
>> -in-Spark-tp28586.html
>> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>>
>> -
>> To unsubscribe e-mail: user-unsubscr...@spark.apache.org
>>
>>
>


Re: Any NLP library for sentiment analysis in Spark?

2017-04-11 Thread Alonso Isidoro Roman
i did not use it yet, but this library looks promising:

https://github.com/databricks/spark-corenlp


Alonso Isidoro Roman
[image: https://]about.me/alonso.isidoro.roman


2017-04-11 11:02 GMT+02:00 Gaurav1809 :

> Hi All,
>
> I need to determine sentiment for given document (statement, paragraph
> etc.)
> Is there any NLP library available with Apache Spark that I can use here?
>
> Any other pointers towards this would be highly appreciated.
>
> Thanks in advance.
> Gaurav Pandya
>
>
>
> --
> View this message in context: http://apache-spark-user-list.
> 1001560.n3.nabble.com/Any-NLP-library-for-sentiment-
> analysis-in-Spark-tp28586.html
> Sent from the Apache Spark User List mailing list archive at Nabble.com.
>
> -
> To unsubscribe e-mail: user-unsubscr...@spark.apache.org
>
>