Skip to content
This repository was archived by the owner on Sep 11, 2020. It is now read-only.

Rewrite nlppipe as series of functions as opposed to class #49

Open
nateraw opened this issue Apr 10, 2019 · 0 comments
Open

Rewrite nlppipe as series of functions as opposed to class #49

nateraw opened this issue Apr 10, 2019 · 0 comments

Comments

@nateraw
Copy link
Owner

nateraw commented Apr 10, 2019

Class seems kind of unnecessary. Would be nice if it were all functions that you can call via a single function. i.e.

import nlppipe

texts = ["some document", "another doc"..."last document"]
nlppipe.process(texts)

On top of that, it would be helpful if this could just be called directly in run_20newsgroups.py, checking if preprocessing had already been completed (to the same specifications/parameters passed to process function)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant