Gregrs400 / cmpsc472Project1

Multithreading implementation for counting words in files, with inter-process communication
0 stars 0 forks source link

Splitting sentences in a file #2

Closed Gregrs400 closed 6 hours ago

Gregrs400 commented 15 hours ago

Need to learn how to split sentences in a file to their respective string, as well as trimming any punctuation or other unwanted characters to apply a true word count.