Thank you for giving me this opportunity. It was fun to code! It is always fun to do File -> New -> Project.
Please double check the directory locations
Compile :
javac -cp <junit-jar-file>;. SentenceMetricsTest.java
Run :
java -cp <junit-jar>;<hamcrest-jar>;. org.junit.runner.JUnitCore SentenceMetricsTest
Returns all the longest words in a sentence and how long the longest word is.
- Special characters aren't counted
- Class shouldn't worry about grammar, spelling or sentence structure
- Class shouldn't worry about multiple sentences being in the same string