{"id":18954224,"url":"https://github.com/armandgiraud/quest2keys","last_synced_at":"2026-03-30T10:30:19.714Z","repository":{"id":217662943,"uuid":"170495884","full_name":"ArmandGiraud/quest2keys","owner":"ArmandGiraud","description":"simple transform french sentence to keywords string","archived":false,"fork":false,"pushed_at":"2019-03-15T16:11:55.000Z","size":13,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-01T03:21:41.987Z","etag":null,"topics":["information-extraction","nlp-french","nlp-keywords-extraction","postagging"],"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/ArmandGiraud.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}},"created_at":"2019-02-13T11:23:55.000Z","updated_at":"2020-09-21T05:07:50.000Z","dependencies_parsed_at":"2024-01-17T20:34:20.928Z","dependency_job_id":"79d24f10-9e80-4695-afd3-ad306163ff08","html_url":"https://github.com/ArmandGiraud/quest2keys","commit_stats":null,"previous_names":["armandgiraud/quest2keys"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandGiraud%2Fquest2keys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandGiraud%2Fquest2keys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandGiraud%2Fquest2keys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArmandGiraud%2Fquest2keys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArmandGiraud","download_url":"https://codeload.github.com/ArmandGiraud/quest2keys/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239952638,"owners_count":19723924,"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":["information-extraction","nlp-french","nlp-keywords-extraction","postagging"],"created_at":"2024-11-08T13:43:27.733Z","updated_at":"2026-03-30T10:30:19.662Z","avatar_url":"https://github.com/ArmandGiraud.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Quest2keys\n**a simple question 2 keywords in french based on pos-tags**\n\n## Install\n\n```pip install .```\n\nDownload the spacy model\n ```python -m spacy download fr_core_news_md```\n\u003cbr/\u003e\nfor a light version\n  ```python -m spacy download fr_core_news_sm```\n \n## Usage:\n```python\nfrom quest2keys.extract_keywords import SpacyExtractor\n\nSPACY_FILTER_SOFT = [\"NOUN\",\"PROPN\", \"VERB\", \"X\",\"ADJ\", \"ADV\"]\n\nse = SpacyExtractor(SPACY_FILTER_SOFT, \"fr_core_news_md\")\nse.filter_sent_spacy(\"Quels sont les moyens d'action du comité d'entreprise?\")\n\u003e\u003e\u003e \"moyens action comité entreprise\"\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmandgiraud%2Fquest2keys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farmandgiraud%2Fquest2keys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farmandgiraud%2Fquest2keys/lists"}