{"id":21297564,"url":"https://github.com/gfyoung/stemming","last_synced_at":"2025-03-15T17:40:19.075Z","repository":{"id":97185985,"uuid":"92754271","full_name":"gfyoung/stemming","owner":"gfyoung","description":"Web Application for Counting Words in a Document","archived":false,"fork":false,"pushed_at":"2017-06-09T03:40:09.000Z","size":683,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-22T07:30:31.119Z","etag":null,"topics":["flask-application","python","stemming"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gfyoung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-29T15:53:48.000Z","updated_at":"2017-05-29T16:04:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"77dda4aa-ed4a-4aca-8bac-1090f6b59578","html_url":"https://github.com/gfyoung/stemming","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfyoung%2Fstemming","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfyoung%2Fstemming/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfyoung%2Fstemming/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfyoung%2Fstemming/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gfyoung","download_url":"https://codeload.github.com/gfyoung/stemming/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243769945,"owners_count":20345215,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask-application","python","stemming"],"created_at":"2024-11-21T14:38:47.658Z","updated_at":"2025-03-15T17:40:19.053Z","avatar_url":"https://github.com/gfyoung.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/gfyoung/stemming.svg?branch=master)](https://travis-ci.org/gfyoung/stemming)\n\n# stemming\n\nWeb application for counting words in a document.\n\n# Framework\n\nThis web application is built on top of `Flask`, a nice light-weight web framework\nin Python that you can use if you don't need all of the out-of-the-box functionality\nthat something like `Django` provides. Other than that, the website is pretty simple.\nThere are no special JS frameworks nor special CSS libraries. Everything is written\nlargely from scratch.\n\n# Usage\n\nIf you want to run the website locally, it is necessary to setup the database,\nwhich you can do as follows:\n\n~~~\nexport FLASK_APP=stemming/webapp.py\npip install flask -U\nflask initdb\n~~~\n\nAfter executing those commands, run this command below, and the website will\nrun on `localhost:5000`:\n\n~~~\nflask run\n~~~\n\nIf you want to run the website using the `Procfile`, in addition to the database\ninitialization above, execute the commands below, and it will run on `localhost:8000`:\n\n~~~\npip install gunicorn -U\ngunicorn stemming:app\n~~~\n\nTo run tests, execute the following commands:\n\n~~~\npip install flask pytest -U\npytest\n~~~\n\nNote that all three instructions are assuming that you are at the top\ndirectory of the pulled-down Git repository. These instructions are also meant\nto be standalone (i.e. they will work out-of-the-box individually).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfyoung%2Fstemming","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgfyoung%2Fstemming","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfyoung%2Fstemming/lists"}