You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The question_type function correctly populates the raw dataframe classifying sentences according to the Interrogative, word but accompanying dataframes summarising the results are filled with NAs. This is the case for examples I have run and also for the example given in the reference manual.
e.g.
text <- c("Did you go to the shop?", "How do I swim?", "When is dinner ready?")
types <- question_type(text)
I am using qdap 2.4.3 on RStudio 4.0.4
This example worked fine with qdap 2.3.6 on RStudio 3.6.3
The text was updated successfully, but these errors were encountered:
The
question_type
function correctly populates theraw
dataframe classifying sentences according to the Interrogative, word but accompanying dataframes summarising the results are filled with NAs. This is the case for examples I have run and also for the example given in the reference manual.e.g.
text <- c("Did you go to the shop?", "How do I swim?", "When is dinner ready?")
types <- question_type(text)
I am using qdap 2.4.3 on RStudio 4.0.4
This example worked fine with qdap 2.3.6 on RStudio 3.6.3
The text was updated successfully, but these errors were encountered: