{"id":19614327,"url":"https://github.com/fpapado/nlpstuff","last_synced_at":"2025-06-21T07:07:49.164Z","repository":{"id":96505027,"uuid":"69055519","full_name":"fpapado/nlpstuff","owner":"fpapado","description":"Here's where I deposit various NLP-related scripts, inspired by topics in my Postgraduate course.","archived":false,"fork":false,"pushed_at":"2016-10-09T13:37:47.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-26T17:47:55.614Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fpapado.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2016-09-23T19:41:39.000Z","updated_at":"2016-11-22T05:49:15.000Z","dependencies_parsed_at":"2023-04-30T19:00:45.491Z","dependency_job_id":null,"html_url":"https://github.com/fpapado/nlpstuff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fpapado/nlpstuff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Fnlpstuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Fnlpstuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Fnlpstuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Fnlpstuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fpapado","download_url":"https://codeload.github.com/fpapado/nlpstuff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fpapado%2Fnlpstuff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261080623,"owners_count":23106602,"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":[],"created_at":"2024-11-11T10:51:11.728Z","updated_at":"2025-06-21T07:07:44.139Z","avatar_url":"https://github.com/fpapado.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# nlpstuff\nHere's where I deposit various NLP-related scripts, inspired by topics in my Postgraduate course.\nThey might be useful to students taking an NLP class with little programming\nexperience (such as those coming from a linguistics background), and want to\nsee how to implement popular algorithms using simple Python constructs.\n\nIssues, comments, and pull requests are most welcome!\n\n## Python Version\nCurrently using Python 3, but since there's nothing specific apart from print()\nstatements, I'll make a best effort to add Python 2 versions of each script.\n\n## Dependencies\nThere are currently no hard dependencies, as the aim is to use simple\nconstructs.\nShould there be any dependencies (numpy might be one), they will be managed via\nvirtual environments.\n[You can find more information on virtualenv\nhere](http://docs.python-guide.org/en/latest/dev/virtualenvs/)\n\nIf you want to to test virtualenv out with some simple dev dependencies (that\ninstall the really neat [ptpython interpreter\ninterface](https://github.com/jonathanslenders/ptpython)) do this:\n\n```shell\nvirtualenv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\n## Prints and logs\nThere is probably going to be a lot of printing / logging in these scripts, as\nmost of them aim to demonstrate steps in an algorithm.\nIt might be a good idea to make them optional (e.g. by a default kwargs) in the\nfuture.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Fnlpstuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffpapado%2Fnlpstuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffpapado%2Fnlpstuff/lists"}