Skip to content

Lists words in languages. Currently there is only Turkish and English.

Notifications You must be signed in to change notification settings

erenbltci/word-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-list

  • Lists words in languages. Currently there is only Turkish and English.

Installation

With npm
npm i @technoeren13/word-list

With yarn
yarn add @technoeren13/word-list

Usage

import * as searchWord from "word-list";

const wordList = searchWord.wordListArray("tr" /* or en */);
// Returns Array

const result = searchWord.searchWord("kebap", "tr" /* or en */);
// Returns Array

const result = searchWord.startWith("kebap", "tr" /* or en */);
// Returns Array

const result = searchWord.searchWithLength(4, "tr" /* or en */);
// Returns Array

const result = searchWord.isWordExist("kebap", "tr" /* or en */);
// Returns Boolean

Information

Languages: Turkish, English

  • English words are from here (274926 words/perhaps)
  • Turkish words are from here (63840 words/perhaps)

About

Lists words in languages. Currently there is only Turkish and English.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published