Questions tagged [analysis]
20 questions
1
vote
0 answers
What book of the Bible has the smallest lexical density?
I am trying to determine which book of the Bible is the least dense, lexically speaking.
I found an app called Wordsworth that can determine lexical density for a single text, I thought there might already be a source which has measured the relative…
user11174
- 21
- 1
0
votes
1 answer
how to recognise if a string is a real word
I want to parse a big list of variable and method names in code and recognise if those are (or are made up) out of real words - essentially, to recognise if they are obfuscated or not.
For example, the idea is to build something that understands…
John
- 13
- 1
0
votes
0 answers
I am working on a sentiment analysis project. I am looking for user text messages on which I would be doing my analysis
I have run my model on sample data. Now I need user text messages to perform analysis on actual data. Can anybody help me with this?