unstructured
a5d7ae46 - Feat: Bag of words for testing metric (#1650)

Commit
2 years ago
Feat: Bag of words for testing metric (#1650) This PR adds the `bag_of_words` function to count the frequency of words for evaluation. **Testing** ```Python from unstructured.cleaners.core import bag_of_words string = "The dog loved the cat, but the cat loved the cow." print(bag_of_words) --------- Co-authored-by: Mallori Harrell <mallori@Malloris-MacBook-Pro.local> Co-authored-by: Klaijan <klaijan@unstructured.io> Co-authored-by: Shreya Nidadavolu <shreyanid9@gmail.com> Co-authored-by: shreyanid <42684285+shreyanid@users.noreply.github.com>
Author
Parents
Loading