All Projects → jonschlinkert → Diacritics Map

jonschlinkert / Diacritics Map

Licence: mit
Map of more than 1,200 diacritics and ligatures to english alphabet equivalents.

Programming Languages

javascript
184084 projects - #8 most used programming language
language
365 projects

Projects that are alternatives of or similar to Diacritics Map

Bertweet
BERTweet: A pre-trained language model for English Tweets (EMNLP-2020)
Stars: ✭ 282 (+1558.82%)
Mutual labels:  english
Silero Models
Silero Models: pre-trained STT models and benchmarks made embarrassingly simple
Stars: ✭ 522 (+2970.59%)
Mutual labels:  english
Rhvoice
a free and open source speech synthesizer for Russian and other languages
Stars: ✭ 750 (+4311.76%)
Mutual labels:  english
Borgert Cms
Borgert is a CMS Open Source created with Laravel Framework 5.6
Stars: ✭ 298 (+1652.94%)
Mutual labels:  english
Pokemon Font
GAME BOY font from Pokémon R/G/B/Y/G/S/C, Unicode extended.
Stars: ✭ 437 (+2470.59%)
Mutual labels:  ligatures
Awesome English
A collection of awesome study resources for learners of English.
Stars: ✭ 560 (+3194.12%)
Mutual labels:  english
kengdic
Joe Speigle's Korean/English dictionary database
Stars: ✭ 76 (+347.06%)
Mutual labels:  english
Scientifica
tall, condensed, bitmap font for geeks.
Stars: ✭ 821 (+4729.41%)
Mutual labels:  ligatures
Most Frequent Technology English Words
程序员工作中常见的英语词汇
Stars: ✭ 4,711 (+27611.76%)
Mutual labels:  english
Mouse Dictionary
📘A super fast dictionary for Chrome/Firefox
Stars: ✭ 670 (+3841.18%)
Mutual labels:  english
Ruby Hacking Guide.github.com
Ruby Hacking Guide Translation
Stars: ✭ 305 (+1694.12%)
Mutual labels:  english
Afinn
AFINN sentiment analysis in Python
Stars: ✭ 356 (+1994.12%)
Mutual labels:  english
Chrome Extension Udemy Translate
Translate Udemy's subtitles into Chinese、English etc(Disneyplus+netflix+udemy+lynda+hulu+hbo now+primevideo)
Stars: ✭ 553 (+3152.94%)
Mutual labels:  english
Link Grammar
The CMU Link Grammar natural language parser
Stars: ✭ 286 (+1582.35%)
Mutual labels:  english
Awesome Berlin
🇩🇪 A guide aiming to help newcomers to have a successful start in Berlin!
Stars: ✭ 753 (+4329.41%)
Mutual labels:  english
The Economist
The Economist 经济学人,持续更新
Stars: ✭ 2,995 (+17517.65%)
Mutual labels:  english
Hasklig
Hasklig - a code font with monospaced ligatures
Stars: ✭ 5,145 (+30164.71%)
Mutual labels:  ligatures
Pragmatapro
PragmataPro font is designed to help pros to work better
Stars: ✭ 887 (+5117.65%)
Mutual labels:  ligatures
Dev Fonts
List of fonts for coding
Stars: ✭ 758 (+4358.82%)
Mutual labels:  ligatures
Jetbrainsmono
JetBrains Mono – the free and open-source typeface for developers
Stars: ✭ 6,195 (+36341.18%)
Mutual labels:  ligatures

diacritics-map NPM version NPM monthly downloads NPM total downloads

Map of more than 1,200 diacritics and ligatures to english alphabet equivalents.

Install

Install with npm:

$ npm install --save diacritics-map

Usage

var diacritics = require('diacritics-map');
console.log(diacritics);
// {
//   ...
//   'À': 'A',
//   'Á': 'A',
//   'Â': 'A',
//   'Ã': 'A',
//   'Ä': 'A',
//   'Å': 'A',
//   'Æ': 'AE',
//   'Ç': 'C',
//   'È': 'E',
//   'É': 'E',
//   'Ê': 'E',
//   'Ë': 'E',
//   'Ì': 'I',
//   'Í': 'I',
//   'Î': 'I',
//   (1,200+ more)...
// }

About

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Please read the contributing guide for advice on opening issues, pull requests, and coding standards.

Building docs

(This document was generated by verb-generate-readme (a verb generator), please don't edit the readme directly. Any changes to the readme must be made in .verb.md.)

To generate the readme and API documentation with verb:

$ npm install -g verb verb-generate-readme && verb

Running tests

Install dev dependencies:

$ npm install -d && npm test

Author

Jon Schlinkert

License

Copyright © 2017, Jon Schlinkert. Released under the MIT license.


This file was generated by verb-generate-readme, v0.4.1, on January 15, 2017.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].