SaiKarthikP / DicesCoefficient

Dice's Coefficient

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Dice's Coefficient


Languages

Language:Java 100.0%