-
Hotel Review Dataset has reviews where character's are repeated to highlight a certain word as in:
`"Süppeeeer"`, `"Berbaaat"`, `"Muhteşeemmmm"`
Since Tokenizer cannot correctly tokenize these wor…
-
1/ Gathering tweets from Twitter , using Tweepy
2/ Creating a Social Network , mining only this Social Network for TimeSeries twitter data
3/ Analysis of tweets - extracting signal for Corporate P…
-
Hi,
Firstly, thanks for opening the code!
Secondly, I want to know why using bilstm+bert rathan than only using bert?
Thanks!
-
Hello, I am a graduate student researching how to use deep learning models to determine the sentiment of product reviews. Can your Sentence-BERT model be used for sentiment analysis of reviews?
-
## Description
I am trying to rework the [BERT classification example](https://github.com/deepjavalibrary/djl/blob/master/examples/src/main/java/ai/djl/examples/inference/BertClassification.java) to …
-
Thanks for sharing this project. I am more than excited to try this out.
I have a question regarding the possible impact of removing the NSP task from training.
If I get this right, the `[CLS]` t…
kota7 updated
2 years ago
-
Add new section at the end, covering sentiment detection and sentiwordnet
-
## 어떻게 데이터를 분석할 것인가?
문장에 따른 긍정/부정도 분석 (Korean Sentiment Analyzer)에 대해서 찾아본 결과 이전에 파이콘2015에서 진행했던 [영화 리뷰 별점에 따른 긍정/부정도 분석](https://www.pycon.kr/2015/program/36)에 대한 발표를 읽어보면 별점과 문장에서 사용된 형태소를 가지고 긍정/부…
-
## Description
Currently, our chatbot can answer questions based on user input. However, as users ask more questions, the chatbot does not take previous interactions into account. Adding this feature…
-
**Issue Description:**
Hello.
I have discovered a performance degradation in the .loc function of pandas version below 2.1 when .loc handling big DataFrame with non-unique indexes. When using pand…