{"id":20642543,"url":"https://github.com/aditeyabaral/hashmap-lemmatizer","last_synced_at":"2025-06-28T14:36:50.807Z","repository":{"id":116761411,"uuid":"249118026","full_name":"aditeyabaral/hashmap-lemmatizer","owner":"aditeyabaral","description":"A simple lemmatizer made as a part of the Data Structures (UE18CS202) course at PES University. We used the concepts of graph networks combined with a HashMap to create the database of words along with their lemma.","archived":false,"fork":false,"pushed_at":"2020-04-20T18:32:10.000Z","size":21,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-09T13:11:17.392Z","etag":null,"topics":["c","data-structures","graph","hashing","lemmatization","linked-list","natural-language-processing"],"latest_commit_sha":null,"homepage":"","language":"C","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/aditeyabaral.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":"2020-03-22T05:14:36.000Z","updated_at":"2022-10-30T07:12:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"992f3ef1-766f-407e-88d2-c8219690ef27","html_url":"https://github.com/aditeyabaral/hashmap-lemmatizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aditeyabaral/hashmap-lemmatizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fhashmap-lemmatizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fhashmap-lemmatizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fhashmap-lemmatizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fhashmap-lemmatizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aditeyabaral","download_url":"https://codeload.github.com/aditeyabaral/hashmap-lemmatizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aditeyabaral%2Fhashmap-lemmatizer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262446770,"owners_count":23312614,"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":["c","data-structures","graph","hashing","lemmatization","linked-list","natural-language-processing"],"created_at":"2024-11-16T16:09:24.141Z","updated_at":"2025-06-28T14:36:50.800Z","avatar_url":"https://github.com/aditeyabaral.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HashMap-Lemmatizer\nA simple lemmatizer made as a part of the Data Structures (UE18CS202) course at PES University. We used the concepts of graph networks combined with a HashMap to create the database of words along with their lemma. Our lemmatizer worked faster than WordNet's Lemmatizer on Python, and hence can be used on a higher scale to lemmatize large corpuses in marginal time.\n\n# Dependencies\n* __WordForms.py__: Scrapes content from an online database of verb forms and stores them in VerbForms.csv\n* __VerbForms.csv__: Contains words along with their lemmas\n\n# Execution\n```\ngcc HashMapLemma.c\n./a.out\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditeyabaral%2Fhashmap-lemmatizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faditeyabaral%2Fhashmap-lemmatizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faditeyabaral%2Fhashmap-lemmatizer/lists"}