{"id":17749788,"url":"https://github.com/stscoundrel/old-norwegian-dictionary-cs","last_synced_at":"2026-04-07T19:31:38.268Z","repository":{"id":38817773,"uuid":"482893494","full_name":"stscoundrel/old-norwegian-dictionary-cs","owner":"stscoundrel","description":"Old Norwegian/Norse Dictionary for C#. From \"Dictionary of the Old Norwegian Language\"","archived":false,"fork":false,"pushed_at":"2026-03-01T19:39:54.000Z","size":6379,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-01T21:54:53.163Z","etag":null,"topics":["csharp","dictionary","dotnet","medieval-languages","medieval-norwegian","medieval-studies","old-icelandic","old-norse","old-norwegian"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/OldNorwegianDictionary/","language":"C#","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/stscoundrel.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,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-18T15:17:15.000Z","updated_at":"2026-03-01T19:39:56.000Z","dependencies_parsed_at":"2024-01-04T18:28:30.128Z","dependency_job_id":"340fc1ce-248f-4d3a-bff1-a5883a7d6f27","html_url":"https://github.com/stscoundrel/old-norwegian-dictionary-cs","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/stscoundrel/old-norwegian-dictionary-cs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fold-norwegian-dictionary-cs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fold-norwegian-dictionary-cs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fold-norwegian-dictionary-cs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fold-norwegian-dictionary-cs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stscoundrel","download_url":"https://codeload.github.com/stscoundrel/old-norwegian-dictionary-cs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fold-norwegian-dictionary-cs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31526665,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["csharp","dictionary","dotnet","medieval-languages","medieval-norwegian","medieval-studies","old-icelandic","old-norse","old-norwegian"],"created_at":"2024-10-26T11:24:54.877Z","updated_at":"2026-04-07T19:31:38.245Z","avatar_url":"https://github.com/stscoundrel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Old Norwegian Dictionary\n\nOld Norwegian/Norse Dictionary for C#. The dictionary consists of 40 000+ Old Norse words with Norwegian translations.\n\nBased on \"Dictionary of the Old Norwegian Language\".\n\n### Install\n\n```\ndotnet add package OldNorwegianDictionary\n```\n\n### Usage\n\n\n```csharp\nusing OldNorwegianDictionary;\n\n// Get all dictionary entries.\nvar dictionary = new Dictionary();\nvar result = dictionary.GetEntries();\nConsole.WriteLine(result.Count); // 42 021 entries.\n\n// Individual entry contains headword, definition and part of speech.\nDictionaryEntry entry = result[42000];\nConsole.WriteLine(entry.Headword); // þyrnir\nConsole.WriteLine(entry.PartOfSpeech); // m\nConsole.WriteLine(entry.Definition); // þyrnir, m. Tjørn, Tornebusk. [...] etc.\n\n// Entries contain couple of helper methods.\nDictionaryEntry entry2 = result[0];\n\n// Part of speech does not exist in all entries.\nConsole.WriteLine(entry2.HasPartOfSpeech()); // false\n\n// ToString is overwritten for generic presentation.\nConsole.WriteLine(entry2.ToString()); // [HEADWORD] - [DEFINITION]\n\n```\n\n### About \"Dictionary of the Old Norwegian Language\"\n\n_\"Ordbog over det gamle norske Sprog\"_ dictionary was published in late 1800s by Johan Fritzner. Its is the largest Old Norse to Norwegian dictionary, containing over 40 000 word definitions. While the original dictionary is called dictionary of \"old norwegian\", it is practically a dictionary of western Old Norse. Technically \"Old Norwegian\" would be a later stage in the language.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstscoundrel%2Fold-norwegian-dictionary-cs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstscoundrel%2Fold-norwegian-dictionary-cs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstscoundrel%2Fold-norwegian-dictionary-cs/lists"}