{"id":13394499,"url":"https://github.com/alexgreene/WikiQuiz","last_synced_at":"2025-03-13T20:31:32.719Z","repository":{"id":74382238,"uuid":"81419358","full_name":"alexgreene/WikiQuiz","owner":"alexgreene","description":"Generates a quiz for a Wikipedia page using parts of speech and text chunking.","archived":false,"fork":false,"pushed_at":"2020-07-15T21:26:20.000Z","size":45,"stargazers_count":801,"open_issues_count":4,"forks_count":58,"subscribers_count":13,"default_branch":"master","last_synced_at":"2024-02-17T13:32:02.378Z","etag":null,"topics":["nltk","wikipedia"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/alexgreene.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2017-02-09T06:51:41.000Z","updated_at":"2024-02-15T14:36:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2823dab-34f9-40c5-8eb4-b56d66e7845a","html_url":"https://github.com/alexgreene/WikiQuiz","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/alexgreene%2FWikiQuiz","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexgreene%2FWikiQuiz/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexgreene%2FWikiQuiz/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alexgreene%2FWikiQuiz/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alexgreene","download_url":"https://codeload.github.com/alexgreene/WikiQuiz/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243478131,"owners_count":20297197,"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":["nltk","wikipedia"],"created_at":"2024-07-30T17:01:21.747Z","updated_at":"2025-03-13T20:31:32.328Z","avatar_url":"https://github.com/alexgreene.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"# WikiQuiz\n\n*Hello!* Thanks for checking out my project, WikiQuiz. Since posting this repo, there have been quite a number of folks who've starred or forked it. It's been awesome to watch! I'd love to know what you are building, or how you're using this project. I'm considering expanding on what's here, and knowing how it's being used would be extremely helpful. Send me an email (Find the *contact* button on http://alexgreene.me/) or reach out on Twitter https://www.twitter.com/alexg473 and say hello!\n\n![alt tag](http://i.imgur.com/Bx7l18S.png)\n\n## To run:\nrequirements.txt contains the libraries/modules you'll need (It's come to my attention that the Wikipedia library has a bug, so I recommend this instead: http://stackoverflow.com/questions/34869597/wikipedia-api-for-python#35122688). You'll also need to download some data so that the nltk library works. To do this, start the Python console (ie. type `python` on the command line) and then: \n\n    \u003e\u003e\u003e import nltk\n    \u003e\u003e\u003e nltk.download('averaged_perceptron_tagger')\n    \u003e\u003e\u003e nltk.download('punkt')\n\nRun server.py to get the Flask endpoints working, and then open up index.html - that's all!\n\n## Potential Future Improvements:\nChoosing more appropriate multiple-choice options, especially for numbers \n\n_ie. if the answer is '1960s', show '1950s' as another option._\n\nIgnoring the less text heavy parts of a Wikipedia page.\n\nCreating more interesting grammar for the text chunker, which would lead to more interesting question types.\n\nSome of the questions presented currently lack context about what the question is referring to. A further version of this project would attempt to interpret the context of the sentence in question and include that in the question.\n\n_ie. references to 'they' or 'he' would be replaced by what those pronouns are actually referring to._\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexgreene%2FWikiQuiz","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexgreene%2FWikiQuiz","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexgreene%2FWikiQuiz/lists"}