An open API service indexing awesome lists of open source software.

https://github.com/slimani-dev/arabic_text_simularity

a way to find simularity in arabic text
https://github.com/slimani-dev/arabic_text_simularity

Last synced: 3 days ago
JSON representation

a way to find simularity in arabic text

Awesome Lists containing this project

README

          

# Arabic Similarity
measure similarity between two txt files (Python)

## The API server with Python

Install dependencies:

```
pip3 install -r requirements.txt
```
then run following commands:

```
python sim.py
```

## The Vue Client

the vue client is optional, but a good way to test the API without doing any more work

```
cd client

```

```
npm install
# or
yarn install
```

```
npm run serve
# or
yarn serve
```