Giter Club home page Giter Club logo

viking-language-dictionary-abbrevations's Introduction

Viking Language Dictionary Abbreviations

Map abbreviations to full length words from "Viking Language" dictionary.

As with most dictionaries, "Viking Language" saves space in print by using various abbreviations. While working with online versions of the same source material, there is little use for these abbreviations. This library helps you map them back to their full length equilevants.

Related projects:

Install

yarn add viking-language-dictionary-abbreviations

Usage

Find abbreviations from text content:

import { findAbbreviations }  from 'viking-language-dictionary-abbreviations'

// Example content from dictionary, from definition of 'alla'
const content = 'str m acc pl, f acc sg; wk m acc/dat/gen sg, f acc sg, n all sg of allr';

// Returns map of abbreviations to meanings.
const result = findAbbreviations(content);

console.log(result);
// acc => accusative
// dat => dative
// f   => feminine
// gen => genitive
// m   => masculine
// n   => neuter
// pl  => plural
// sg  => singular
// str => strong (adj or verb)
// wk  => weak (adjective or verb)

About "Viking Language"

"Viking Language" is a book series by Jesse L. Byock, which teaches basics of Old Norse language. The books are accompanied by a small dictionary at the end, providing learners a place to look for translations of the books passages.

These abbreviations are sourced from a blog post by the books publisher, Jules William Press.

viking-language-dictionary-abbrevations's People

Contributors

dependabot[bot] avatar stscoundrel avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.