{"id":16674051,"url":"https://github.com/tech189/tiripode","last_synced_at":"2026-05-18T13:06:16.135Z","repository":{"id":197962862,"uuid":"660596086","full_name":"tech189/tiripode","owner":"tech189","description":"Parser and grammar tool for Mycenaean Greek / Linear B","archived":false,"fork":false,"pushed_at":"2023-09-09T15:10:09.000Z","size":1109,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-19T19:48:26.623Z","etag":null,"topics":["ancient-greek","linear-b","mycenaean","parser","postgresql","python"],"latest_commit_sha":null,"homepage":"https://tech189.dev/tiripode","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/tech189.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":"2023-06-30T11:15:26.000Z","updated_at":"2024-09-02T21:08:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1b15efe-b08c-4257-a03c-b59137b90416","html_url":"https://github.com/tech189/tiripode","commit_stats":null,"previous_names":["tech189/tiripode"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tech189%2Ftiripode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tech189%2Ftiripode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tech189%2Ftiripode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tech189%2Ftiripode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tech189","download_url":"https://codeload.github.com/tech189/tiripode/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243326738,"owners_count":20273531,"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":["ancient-greek","linear-b","mycenaean","parser","postgresql","python"],"created_at":"2024-10-12T12:29:12.597Z","updated_at":"2025-12-28T13:23:15.303Z","avatar_url":"https://github.com/tech189.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tiripode\nAn online parser and grammar tool for Mycenaean Greek / Linear B\n\nRunning at: https://tech189.dev/tiripode\n\n## Features\n### Parse\n- Works with 70% of 1st \u0026 2nd declension nouns and adjectives\n- Can enter in either Linear B syllabograms or transliterated (e.g. *wo-ko*)\n- Gives root word, stem, part of speech, definition, possible forms\n- Possible forms include declension, case, gender, number, ending pronunciation\n\n### Dictionary\n- Can look up any headword in the lexicon\n- Can enter in either Linear B syllabograms or transliterated (e.g. *wo-ko*)\n\n### Tables \u0026 Gloss\n- To be built...\n- (Tables work via CLI in `test.py`)\n\n## Set up\nRuns on a Raspberry Pi 3 with an NGINX webserver and PHP 7.4 already set up.\n### Download source and prerequisites\nOpen a terminal window in your webserver home directory, then clone this repository:\n```\ngit clone https://github.com/tech189/tiripode.git\n```\n\nChange directory:\n```\ncd tiripode\n```\n\n[Install `pyenv`](https://github.com/pyenv/pyenv#installation) if you don't already have it, then set up Python:\n```\npyenv install 3.11.4\npyenv local 3.11.4\n```\n\nCreate a virtual environment for Python and install the [required modules](/requirements.txt):\n```\npython3 -m venv venv\nsource venv/bin/activate\npip install -r requirements.txt\n```\n\nInstall PostgreSQL for the database and `libpq5` for `psycopg` to connect to it:\n```\nsudo apt install postgresql libpq5 -y\n```\n\nSet up a user for the database so you can connect as pi:\n```\nsudo su postgres\ncreateuser pi -P --interactive\n```\n\nAt the interactive prompt, choose\n- no to \"Shall the new role be a superuser?\"\n- yes to \"Shall the new role be allowed to create databases?\n- yes to \"Shall the new role be allowed to create more new roles?\"\n\nThen type exit to leave PostgreSQL.\n\nCreate a `secret.py` file with your password from the previous step, for example:\n```py\nDB_URI = \"postgres://pi:password@localhost/tiripode\"\n```\n\nThis will be used to connect to the database from Python.\n\nSet up the database and create the tables:\n```\npsql postgres \u003c setup_database.sql\n```\n\nFinally, generate the inflections and fill the database with them:\n```\npython3 prepare_data.py\npython3 fill_database.py\n```\n\nOpen the browser to `\u003cyour domain\u003e/tiripode` to check it's all working!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftech189%2Ftiripode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftech189%2Ftiripode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftech189%2Ftiripode/lists"}