Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Second Behavioral Design Pattern (State Pattern) #171

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

SwithinTan
Copy link

@SwithinTan SwithinTan commented Apr 20, 2021

In tfidf_workflow.py, a workflow of Term Frequency–Inverse Document Frequency (TF-IDF) model processing progress which is a part of covid_nlp, includes from language preprocessing, TF-IDF model training to TF-IDF model evaluating. Integrating all the three progresses into one workflow will simplify the work done by client and clarify the whole process of TF-IDF model training for client. During implementation, if some part was skipped, clients will be notified what the current state and the following state are.

@SwithinTan SwithinTan changed the title PR4 Second Behavioral Design Pattern (State Pattern) Apr 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant