Skip to content

elsanussi-s-mneina/remove_arabic_dots_via_purescript_and_html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

What it does: Removes dots from Arabic letter. For example ج becomes ح.

How it runs: Inside a web browser with Javascript enabled.

Developer Requirements

  • Purescript compiler (purs version 0.13.8)
    • with Spago version 0.16.0 (a build system for Purescript)
  • A web browser

How to check version numbers

At the terminal, enter: $ purs --version

Expect:

0.13.8

At the terminal, enter: $ spago version

Expect: 0.16.0

How to make the web page

Run the following command

$ spago bundle-app

You should now have a Javascript file in the current directory. Now open index.html. It should provide the interaction for a button in the HTML file "index.html".

How this project was started

spago init

spago install strings

spago install lists

spago install spec

How to make the Javascript Module

spago build

How to run the tests

spago test

About the Developer of this Arabic Dot Removal Web Application

www.linkedin.com/in/elsanussi-mneina-57a8181b5

github.com/elsanussi-s-mneina

About

A Purescript, and HTML project for removing Arabic dots from text.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published