{"id":21446244,"url":"https://github.com/rexlow/curiouskid","last_synced_at":"2025-03-17T01:25:08.114Z","repository":{"id":109777959,"uuid":"336232982","full_name":"rexlow/CuriousKid","owner":"rexlow","description":null,"archived":false,"fork":false,"pushed_at":"2021-02-07T04:50:32.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-23T11:23:58.314Z","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/rexlow.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-05T10:05:02.000Z","updated_at":"2021-02-07T04:50:34.000Z","dependencies_parsed_at":"2023-06-11T19:15:33.298Z","dependency_job_id":null,"html_url":"https://github.com/rexlow/CuriousKid","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/rexlow%2FCuriousKid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexlow%2FCuriousKid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexlow%2FCuriousKid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexlow%2FCuriousKid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexlow","download_url":"https://codeload.github.com/rexlow/CuriousKid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955975,"owners_count":20374411,"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-23T02:42:32.717Z","updated_at":"2025-03-17T01:25:08.099Z","avatar_url":"https://github.com/rexlow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Curious Kid\n\nA POC repository to get some ideas our of my head. Some of the work that will be included in this repository\n\n1. Important word extraction\n2. Identify important word segments from a sentence\n3. Tokenization and Part-of-Speech (POS) tagging with `spacy`\n4. Identity clauses and verbs\n5. NER tagger\n6. Generate questions from text blobs\n7. Maybe deep learning approach?\n\n\n## To build\n\nDetail insturctions will be included when the work is done.\n\n### Download Encoders and Word Vectors\n\n```\nbash download_importance.sh\n```\n\n### Install dependencies\n\n```\npip3 install -r requirements.txt\n```\n\n### Install Spacy models\n\nPick either `en_core_web_sm` or `en_core_web_trf` for name entity recognition task.\n\n```\npython -m spacy download en_core_web_sm\npython -m spacy download en_core_web_trf\n```\n\n## Usage\n\n### Important word extraction\n\n```\npython3 importance.py\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexlow%2Fcuriouskid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexlow%2Fcuriouskid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexlow%2Fcuriouskid/lists"}