OldIcelandicDictionary 0.9.0

dotnet add package OldIcelandicDictionary --version 0.9.0
NuGet\Install-Package OldIcelandicDictionary -Version 0.9.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OldIcelandicDictionary" Version="0.9.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OldIcelandicDictionary --version 0.9.0
#r "nuget: OldIcelandicDictionary, 0.9.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install OldIcelandicDictionary as a Cake Addin
#addin nuget:?package=OldIcelandicDictionary&version=0.9.0

// Install OldIcelandicDictionary as a Cake Tool
#tool nuget:?package=OldIcelandicDictionary&version=0.9.0

Old Icelandic Dictionary

Old Icelandic dictionary for C# / .NET. From "A Concise Dictionary of Old Icelandic" by Geir Zoëga

The dictionary consists of 29 000+ Old Icelandic words with English translations.

Install

dotnet add package OldIcelandicDictionary

Usage

using OldIcelandicDictionary;

// Get all dictionary entries.
var dictionary = new Dictionary();
var result = dictionary.GetEntries();
Console.WriteLine(dictionar.Count); // 29 951 entries.

// Individual entry contains headword and definitions list.
DictionaryEntry entry = result[0];
Console.WriteLine(entry.Headword); // a
Console.WriteLine(entry.Definitions[0]); // a negative suffix to verbs, not;
Console.WriteLine(entry.Definitions[1]); // era útmakligt, at it is not unmeet that.

DictionaryEntry entry2 = result[24999]
Console.WriteLine(entry2.Headword); // undanfœrsla
Console.WriteLine(entry2.Definitions[0]); // f. evasion, pleading one’s innocence.

// ToString is overwritten for generic presentation.
Console.WriteLine(entry2.ToString()); //undanfœrsla - f. evasion, pleading one’s innocence.

About "A Concise Dictionary of Old Icelandic"

"A Concise Dictionary of Old Icelandic" dictionary was published in 1910 by Geir Zoëga, which leads to there being many public domain versions of the book available. Zoë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.

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net6.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
0.9.0 186 5/7/2022