-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I think there may be something that prevents ingesting raw text files... This section of generate_ngrams.py builds the data for a progress bar, but it seems to assume that a toms.db exists:
| philo_db_path: str = os.path.abspath(os.path.join(text, os.pardir, os.pardir, "toms.db")) |
This wouldn't be true if there was no Philologic database, and the user was just reading in texts files from the file system, I think?
Metadata
Metadata
Assignees
Labels
No labels