Skip to content

This application is about text processing, which does pre-processing that includes converting to lower text and stop word removal, Post that, we do augmentation, which does synonym replacement and random word insertion

Notifications You must be signed in to change notification settings

The-School-of-AI/flask-text-processing-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Autograding Example: Python

This example project is written in Python, and tested with pytest.

The assignment

The tests are failing right now because the method isn't outputting the correct string. Fixing this up will make the tests green.

Setup command

sudo -H pip3 install pytest

Run command

pytest

Notes

  • pip's install path is not included in the PATH var by default, so without installing via sudo -H, pytest would be unaccessible.

About

This application is about text processing, which does pre-processing that includes converting to lower text and stop word removal, Post that, we do augmentation, which does synonym replacement and random word insertion

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages