ufosc / DocuMiner

A production-ready pipeline for text mining and subject indexing
MIT License
8 stars 5 forks source link

Read in text with basic formats #1

Open Fennec2000GH opened 2 years ago

Fennec2000GH commented 2 years ago

Description

Write helper functions that would read in text from easily readable formats.

Objectives

  1. Read in single and multiple .txt files.
  2. Read all .txt files from a path to a directory.
  3. Read text from a given URL.