TextDirectory¶
TextDirectory allows you to combine multiple text files into one aggregated file. It supports matching files against filters (length, content, random sampling, similarity, and more) and applying transformations to the text (case, stopwords, lemmatization, POS tagging, spellchecking, and more).
TextDirectory can be used both as a command-line tool and as a Python library.