{"id":21478966,"url":"https://github.com/mjpost/inflect","last_synced_at":"2025-03-17T08:27:31.378Z","repository":{"id":15332625,"uuid":"18063027","full_name":"mjpost/inflect","owner":"mjpost","description":"A homework assignment whose task is to choose the correct inflection of Czech lemmas.","archived":false,"fork":false,"pushed_at":"2015-03-25T18:50:32.000Z","size":134,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T02:27:21.224Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mjpost.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":"2014-03-24T13:15:24.000Z","updated_at":"2015-03-25T18:50:33.000Z","dependencies_parsed_at":"2022-08-26T06:41:37.352Z","dependency_job_id":null,"html_url":"https://github.com/mjpost/inflect","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/mjpost%2Finflect","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpost%2Finflect/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpost%2Finflect/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mjpost%2Finflect/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mjpost","download_url":"https://codeload.github.com/mjpost/inflect/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243998692,"owners_count":20381202,"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-23T11:20:20.979Z","updated_at":"2025-03-17T08:27:31.353Z","avatar_url":"https://github.com/mjpost.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Instructions for students\n\nIn this assignment, your task is to take a sequence of Czech lemmas and produce the correct\ninflection for each of them. Since [the data used in the\nassignment](https://ufal.mff.cuni.cz/pdt2.0/) is licensed under the LDC, the assignment is written\nto require an account on the CLSP servers. Please contact Matt Post if you would like information on\nhow to extract the PDT information from your own copy of the [LDC\ncatalog](http://catalog.ldc.upenn.edu/LDC2006T01).\n\nOriginally developed for our [Machine Translation course](http://mt-class.org/jhu/hw5.html) at Johns\nHopkins University.\n\n# Setup instructions (for instructors)\n\nTo setup the data, you need access to LDC2006T01. Set the environment variable\n`$LDC2006T01` to point to the location of this data, then run\n\n    ./scripts/extract.sh\n\nYou need Python 2.7. If you wish to parallelize the extraction (which takes a few hours),\nsee that script for more info. Once the extraction is done, gather all the individually\nextracted files together:\n\n    mkdir data\n    for dir in train dtest etest; do \n      for type in lemma form tag tree; do \n        cat plain/$LDC2006T01/data/full/amw/$dir*/*.$type \u003e data/$dir.$type\n      done\n    done\n\nThis will create files in the `data/` subdirectory corresponding to the files indicated\nin the assignment instructions.\n\nMake sure to change the permissions of the test data so prevent peeking at the test data.\n\n    chmod 600 data/etest.form\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjpost%2Finflect","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmjpost%2Finflect","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmjpost%2Finflect/lists"}