Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

dosatos/function_name_parser

Open more actions menu

Repository files navigation

Code refactoring to a more readable and maintainable one

To set up the environment (Python version: 3.6)

$ virtualenv --python=$(which python3) py $ source py/bin/activate
$ pip install -r requirements.txt

To run the program use the following format, please:
>>> python3 get_words.py <source_type> <POS> <words_count>
    

    :source_type      str: source type. Available: [web, folder]
    :POS         str: (part of speech). Available: [verb, noun]
    :words_count  int: number of words
    

For example:

>>> python3 get_words.py folder verb 105

OR

>>> python3 get_words.py web noun 77

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.