{"id":17749761,"url":"https://github.com/stscoundrel/old-icelandic-dictionary-cs","last_synced_at":"2026-01-02T21:07:27.105Z","repository":{"id":38817782,"uuid":"486323899","full_name":"stscoundrel/old-icelandic-dictionary-cs","owner":"stscoundrel","description":"Old Icelandic dictionary for C#. From \"A Concise Dictionary of Old Icelandic\" by Geir Zoëga","archived":false,"fork":false,"pushed_at":"2024-09-07T07:15:57.000Z","size":949,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-09-07T08:32:21.583Z","etag":null,"topics":["csharp","dictionary","dotnet","library","medieval-languages","old-icelandic","old-norse","zoega"],"latest_commit_sha":null,"homepage":"https://www.nuget.org/packages/OldIcelandicDictionary/","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}},"created_at":"2022-04-27T19:24:06.000Z","updated_at":"2024-09-07T07:15:58.000Z","dependencies_parsed_at":"2024-01-04T18:28:23.017Z","dependency_job_id":"56d97004-f977-4210-b546-82bd8cf78be4","html_url":"https://github.com/stscoundrel/old-icelandic-dictionary-cs","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":"stscoundrel/dotnet-cs-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fold-icelandic-dictionary-cs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fold-icelandic-dictionary-cs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fold-icelandic-dictionary-cs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stscoundrel%2Fold-icelandic-dictionary-cs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stscoundrel","download_url":"https://codeload.github.com/stscoundrel/old-icelandic-dictionary-cs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229639983,"owners_count":18102846,"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":["csharp","dictionary","dotnet","library","medieval-languages","old-icelandic","old-norse","zoega"],"created_at":"2024-10-26T11:24:48.023Z","updated_at":"2026-01-02T21:07:27.014Z","avatar_url":"https://github.com/stscoundrel.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Old Icelandic Dictionary\n\nOld Icelandic dictionary for C# / .NET. From \"A Concise Dictionary of Old Icelandic\" by Geir Zoëga\n\nThe dictionary consists of 29 000+ Old Icelandic words with English translations.\n\n### Install\n\n```\ndotnet add package OldIcelandicDictionary\n```\n\n### Usage\n\n\n```csharp\nusing OldIcelandicDictionary;\n\n// Get all dictionary entries.\nvar dictionary = new Dictionary();\nvar result = dictionary.GetEntries();\nConsole.WriteLine(dictionar.Count); // 29 951 entries.\n\n// Individual entry contains headword and definitions list.\nDictionaryEntry entry = result[0];\nConsole.WriteLine(entry.Headword); // a\nConsole.WriteLine(entry.Definitions[0]); // a negative suffix to verbs, not;\nConsole.WriteLine(entry.Definitions[1]); // era útmakligt, at it is not unmeet that.\n\nDictionaryEntry entry2 = result[24999]\nConsole.WriteLine(entry2.Headword); // undanfœrsla\nConsole.WriteLine(entry2.Definitions[0]); // f. evasion, pleading one’s innocence.\n\n// ToString is overwritten for generic presentation.\nConsole.WriteLine(entry2.ToString()); //undanfœrsla - f. evasion, pleading one’s innocence.\n\n```\n\n### About \"A Concise Dictionary of Old Icelandic\"\n\n\"A Concise Dictionary of Old Icelandic\" dictionary was published in 1910 by Geir Zoëga, which leads to there being many public domain versions of the book available. Zoëgas attempt was to made easier-to-approach version of the more full Cleasby - Vigfusson dictionary, specifically for beginners and those interested in Old Icelandic prose writing.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstscoundrel%2Fold-icelandic-dictionary-cs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstscoundrel%2Fold-icelandic-dictionary-cs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstscoundrel%2Fold-icelandic-dictionary-cs/lists"}