{"id":16659266,"url":"https://github.com/dundalek/czech-stemmer","last_synced_at":"2025-04-09T18:42:03.107Z","repository":{"id":8006180,"uuid":"9414048","full_name":"dundalek/czech-stemmer","owner":"dundalek","description":"This is a port of stemmer for Czech language to Javascript, for both node.js and browser.","archived":false,"fork":false,"pushed_at":"2021-01-14T20:29:37.000Z","size":10,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T17:10:06.845Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dundalek.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}},"created_at":"2013-04-13T13:30:07.000Z","updated_at":"2023-09-08T16:38:49.000Z","dependencies_parsed_at":"2022-08-30T12:30:25.890Z","dependency_job_id":null,"html_url":"https://github.com/dundalek/czech-stemmer","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/dundalek%2Fczech-stemmer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dundalek%2Fczech-stemmer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dundalek%2Fczech-stemmer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dundalek%2Fczech-stemmer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dundalek","download_url":"https://codeload.github.com/dundalek/czech-stemmer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248090041,"owners_count":21046010,"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-10-12T10:24:26.494Z","updated_at":"2025-04-09T18:42:03.087Z","avatar_url":"https://github.com/dundalek.png","language":"JavaScript","funding_links":[],"categories":["📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"\n# Czech stemmer\n\nThis is a port of stemmer for Czech language to Javascript, for both node.js and browser.\n\nOriginal code is a Java program by [Jacques Savoy](http://members.unine.ch/jacques.savoy/clef/) released under BSD license.\n\nTo get stemmer for other languages, check out [Snowball](http://snowball.tartarus.org/) and its javascript port [snowball-js](https://github.com/fortnightlabs/snowball-js).\n\n## Usage\n\nUse it in node:\n\n```javascript\n// using default agressive stemmer\nvar stem = require('czech-stemmer');\nstem('nejneobhospodařovávatelnějšími'); // =\u003e 'nejneobhospodařováva'\n\n// using lighter version of stemmer\nvar stem_light = require('czech-stemmer/light.js');\nstem_light('nejneobhospodařovávatelnějšími'); // =\u003e 'nejneobhospodařovávatelnějš'\n```\n\nUse it in browser:\n\n```html\n\u003cscript src=\"../stringbuffer.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"../agressive.js\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n    czech_stem('nejneobhospodařovávatelnějšími');\n\u003c/script\u003e\n```\n\n## Technical details\n\nTo reuse Java code as much as possible, limited version of StringBuffer was implemented as a shim and only few code replacements were performed:\n\n- class definition -\u003e function constructor\n- 'private void' -\u003e 'function'\n- 'int ' -\u003e 'var '\n- 'StringBuffer ' -\u003e ''\n\n## License\n\nBSD\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdundalek%2Fczech-stemmer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdundalek%2Fczech-stemmer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdundalek%2Fczech-stemmer/lists"}