{"id":15294058,"url":"https://github.com/whitejaeger/nlp-metrics","last_synced_at":"2025-12-30T17:40:40.869Z","repository":{"id":43047516,"uuid":"241969849","full_name":"WhiteJaeger/nlp-metrics","owner":"WhiteJaeger","description":null,"archived":true,"fork":false,"pushed_at":"2022-03-21T22:22:47.000Z","size":18023,"stargazers_count":0,"open_issues_count":14,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-09-30T16:55:56.052Z","etag":null,"topics":["flask","natural-language-processing","python3"],"latest_commit_sha":null,"homepage":"http://nlp-metrics.herokuapp.com/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/WhiteJaeger.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-20T19:20:50.000Z","updated_at":"2023-01-28T01:22:59.000Z","dependencies_parsed_at":"2022-09-10T13:41:20.809Z","dependency_job_id":null,"html_url":"https://github.com/WhiteJaeger/nlp-metrics","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/WhiteJaeger%2Fnlp-metrics","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhiteJaeger%2Fnlp-metrics/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhiteJaeger%2Fnlp-metrics/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WhiteJaeger%2Fnlp-metrics/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WhiteJaeger","download_url":"https://codeload.github.com/WhiteJaeger/nlp-metrics/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219877364,"owners_count":16554881,"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","natural-language-processing","python3"],"created_at":"2024-09-30T16:56:07.259Z","updated_at":"2025-10-07T06:31:11.475Z","avatar_url":"https://github.com/WhiteJaeger.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NLP Metrics\n\n## N-gram based and Syntactic\n\nThis repository contains a Flask web application which aims to help with measuring the performance of the machine \u0026\nhuman translation. This app could be accessed either remotely - it is deployed at http://nlp-metrics.herokuapp.com/ - or\nlocally - by following the steps below.\n\n## Running the app locally\n\n* Prerequisites:\n\n    * Python version \u003e= 3.7.\n\n    * It is strongly advised to create a [virtual environment](https://docs.python.org/3/library/venv.html) for the app.\n\n1. Install dependencies by running the following command:\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n2. Download the following corpora: `stopwords punkt averaged_perceptron_tagger wordnet`\n\n   with NLTK downloader:\n    ```bash\n    python -m nltk.downloader stopwords punkt averaged_perceptron_tagger wordnet\n    ```\n3. Run the application:\n    1. In production mode: `python app.py`\n    2. In development mode:\n        1. Set env variables: `set or export FLASK_APP=app.py`\n        2. Run the app: `flask run`\n4. Head to the `localhost:5000` in browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitejaeger%2Fnlp-metrics","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhitejaeger%2Fnlp-metrics","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhitejaeger%2Fnlp-metrics/lists"}