python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I capture output from rasa chatbot?
I have a working Rasa chatbot that does some simple sentiment analysis using NLTK (vader_lexicon) on the user input. This is done similar to this tutorial: https://rasa.com/blog/enhancing-rasa-nlu-wit...
Olivia
Votes: 0
Answers: 0
Extract Both Negation & 3 Following Words ( Python/DataFrame)
I'm currently trying to extract both the negation word and 3 words following the negation word.
i.e.)
"I don't want to visit again. no sympathy." (from a column called ReviewText2)
what I wa...
Willie
Votes: 0
Answers: 1
'list' object has no attribute 'lower''list' object has no attribute 'lower' in TfidfVectorizer
i have csv file about some arabic tweet i did token and stemming and clean the text
`data = pd.read_csv(r"tweet.csv" ,dtype=str, encoding="utf-8")
def preprocessing(text):
\...
Djihad Jiji
Votes: 0
Answers: 1
Input 0 of layer "bidirectional_2" is incompatible with the layer: expected ndim=3, found ndim=2
I am trying to classify text with bi-lstm but while I run model.predict on new dataset it is giving me this error:
Input 0 of layer "bidirectional_2" is incompatible with the layer: expected...
Rubiya shoukat
Votes: 0
Answers: 1