an-array-of-turkish-words

1.2.0 • Public • Published

an-array-of-turkish-words

An array of ~195,00 Turkish words derived from internet and sort by popularity. Works with node and browserify.

Inspired / Fork from https://github.com/zeke/an-array-of-english-words

Programmatic Usage

To use the module in Javascript code, install it locally:

npm install an-array-of-turkish-words --save

Then:

var words = require("an-array-of-turkish-words")
var funWords = words.filter(function(w) { return !!w.match(/^fun/i) })
console.log(funWords)

Command Line Usage

There's a CLI that prints all words to STDOUT. Install it globally:

npm i -g an-array-of-turkish-words
kelime | grep peynir

Readme

Keywords

none

Package Sidebar

Install

npm i an-array-of-turkish-words

Weekly Downloads

1

Version

1.2.0

License

MIT

Last publish

Collaborators

  • pld