please let me know if my question is unclear
I searched for this error, but the answers to this error were for java, but my case is scala,
I am trying to run this project in Intellij IDE
sentimenAnalysis
but this generates an error and it is also a project structure
class Not found
Update1 . According to the answers, adding $ at the end of the search class name

update 2 after adding sbt task:

update 3
my problem was solved by importing the project, instead of getting it directly from github, probably taht manual setup Mike Allen said that he could solve the problem, but I could not successfully apply it.