Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 267 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 267 Bytes

ngramproject

N-gram test

NGramClass.- contains a method to manipulate a string containing text, searching for n-grams TO-DO : counter variable is showing the quantity in the last iteration. TestClass.- contains a main method to execute the NGramClass functions.