/DicesCoefficient

Dice's Coefficient

Primary LanguageJava

Sai K. Padmanaban Dice's Coefficient


Outputs the Dice's coefficient of the two specified strings. Bigrams are used to implement this.


How to compile and run the program:

  1. Compile the program using the command 'javac DiceCoefficient.java' within the directory. Once it compiles, type 'java DiceCoefficient' and the program should run as expected.
  2. Alternatively, the program can be run on any Java IDE.

The program was coded and tested on the Eclipse IDE.