Closed jmccrae closed 5 months ago
We should be able to support lazy (perform at read) transformation of the corpus
# Word frequency after lower case corpus.lower().freq("words") # Word frequency based on reversed words corpus.transform("text", lambda text[::-1]).freq("words")
We should be able to support lazy (perform at read) transformation of the corpus