Logo Lanfrica

m3hari/faket

Domaine:

natural language processing

Type de record:

software
Créateur:
m3h
Hôte:
A library for generating Ethiopic fake data such as names, addresses, and phone numbers # Faket A library for generating Ethopic fake data such as names, addresses, and phone numbers. Faket is highly inspired by *&* ## Usage ```js const faket = require('../faket') const FEMALE = 2; faket.name.firstName() // አበበ || ፍቅርተ faket.name.firstName(FEMALE) // ፍቅርተ faket.name.fullName() // ሰብለ መኮነን ንጉስ ``` ## Contributing 1. Fork it! 2. Create your feature branch 3. Submit a pull request :D ### TODO - [ ] collect dataset - [ ] design & implement clear API - [ ] support javascript the browser - [ ] publish on npm - [ ] build and deploy micro-service - [ ] playground github page - [ ] . . .