Skip to content

ferencbeutel4711/questionsCounter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Questions Counter

This tool counts the questions asked in a chat log and tries to cluster them to extract the most frequently asked ones by performing NLP.

Expected format

like in the input1.txt file, so <username>:<message>

How to run

  • add input files to resources folder
  • open Main.java
  • at the bottom in the getInputFileNames function, add a new line for all of your input files like in the given example
  • open a terminal/ cmd
  • navigate to sentenceCounter/src
  • compile your java sources by running: javac main/java/Main.java
  • run the script with: java main.java.Main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages