qorf / quorum-language

The primary repository for the Quorum Programming Language
BSD 3-Clause "New" or "Revised" License
12 stars 6 forks source link

Algorithm1 wordfreq update #105

Closed ProjectZuki closed 7 months ago

ProjectZuki commented 7 months ago

added functionality to word frequency.quorum to initialize hash table of stop words on initialization of WordFrequency object. Optional function added to remove stopwords.

Note: function Calculate() has been changed to Calculate_from_file() because there will be another method to calculate from a text.