0.0.7 • Published 1 year ago

asdfjkl v0.0.7

Weekly downloads
96
License
MIT
Repository
github
Last release
1 year ago

asdfjkl

Build Status npm Version

Determines if text contains gibberish. Based on Rob Neuhaus's Gibberish-Detector (Python), inspired in the PHP and Ruby ports.

How it works

The build-in model is built by feeding "The Adventures of Sherlock Holmes" (data/big.txt) into the cli: asdfjkl --train. The resulting model stores the probability of transitioning from each character to other character. This is later used to determine if the text being tested has similar transitions or not. A better explanation can be found in the original author's README - Hot it works

Usage

import asdfjkl from 'asdfjkl';

asdfjkl('asdfjkl');
// true
asdfjkl('Hello World!');
// false
0.0.7

1 year ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

7 years ago

0.0.1

7 years ago