All Projects → aviaryan → typ3r.js

aviaryan / typ3r.js

Licence: MIT License
🍟 [Library] dA aNn0Y1Ng t3Xt g3NeRa7or

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to typ3r.js

frog
Frog is an integration of memory-based natural language processing (NLP) modules developed for Dutch. All NLP modules are based on Timbl, the Tilburg memory-based learning software package.
Stars: ✭ 70 (+218.18%)
Mutual labels:  text-processing
cinje
A Pythonic and ultra fast template engine DSL.
Stars: ✭ 26 (+18.18%)
Mutual labels:  text-processing
andaluh-js
Transliterate español (spanish) spelling to andaluz proposals using javascript
Stars: ✭ 22 (+0%)
Mutual labels:  text-processing
SuffixTree
Optimized implementation of suffix tree in python using Ukkonen's algorithm.
Stars: ✭ 38 (+72.73%)
Mutual labels:  text-processing
Textrude
Code generation from YAML/JSON/CSV models via SCRIBAN templates
Stars: ✭ 79 (+259.09%)
Mutual labels:  text-processing
TRUNAJOD2.0
An easy-to-use library to extract indices from texts.
Stars: ✭ 18 (-18.18%)
Mutual labels:  text-processing
deduce
Deduce: de-identification method for Dutch medical text
Stars: ✭ 40 (+81.82%)
Mutual labels:  text-processing
hck
A sharp cut(1) clone.
Stars: ✭ 542 (+2363.64%)
Mutual labels:  text-processing
textstat
Ruby gem to calculate statistics from text to determine readability, complexity and grade level of a particular corpus.
Stars: ✭ 25 (+13.64%)
Mutual labels:  text-processing
pwsh-prelude
PowerShell “standard” library for supercharging your productivity. Provides a powerful cross-platform scripting environment enabling efficient analysis and sustainable science in myriad contexts.
Stars: ✭ 26 (+18.18%)
Mutual labels:  text-processing
nlcli
Natural language interface for the command line.
Stars: ✭ 21 (-4.55%)
Mutual labels:  text-processing
hama-py
🦛 파이썬 한글 처리 라이브러리. Python Korean Morphological Analyzer
Stars: ✭ 16 (-27.27%)
Mutual labels:  text-processing
Compare-UserJS
PowerShell script for comparing user.js (or prefs.js) files.
Stars: ✭ 79 (+259.09%)
Mutual labels:  text-processing
finglish
A Finglish to Persian converter.
Stars: ✭ 60 (+172.73%)
Mutual labels:  text-processing
TextDatasetCleaner
🔬 Очистка датасетов от мусора (нормализация, препроцессинг)
Stars: ✭ 27 (+22.73%)
Mutual labels:  text-processing
sova-tts-tps
NLP-preprocessor for the SOVA-TTS project
Stars: ✭ 44 (+100%)
Mutual labels:  text-processing
lingua-go
👄 The most accurate natural language detection library for Go, suitable for long and short text alike
Stars: ✭ 684 (+3009.09%)
Mutual labels:  text-processing
advanced-text-mining
TEANAPS 라이브러리를 활용한 자연어 처리와 텍스트 분석 방법론에 대해 다룹니다.
Stars: ✭ 15 (-31.82%)
Mutual labels:  text-processing
stringx
Drop-in replacements for base R string functions powered by stringi
Stars: ✭ 14 (-36.36%)
Mutual labels:  text-processing
Hr
Easy Access to Uppercase H
Stars: ✭ 56 (+154.55%)
Mutual labels:  text-processing

typ3r.js

npm npm npm

typ3r converts sane human readable text to a not s0 hUMaN Re@dAbLE t3xT. A web app using this library is available at typ3r.aavi.me.

Example

Input

This is a normal sane piece of text written by the author of this lib.
What you do with it is none of my business.

Output

dIS 1S a NoRMaL sAnE PIeC3 0F t3xT wrITTEN bY da AuThoR oF thIS lIb.
waT u D0 wid 1T iZz noNe of maH BuS1neSs.

Installation

npm install typ3r

Using

const typ3r = require("typ3r")
console.log(typ3r("I was a good text"))
// i wAs A gOOD t3xT

🍻

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].