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
- Host: GitHub
- URL: https://github.com/slimani-dev/arabic_text_simularity
- Owner: slimani-dev
- Created: 2019-12-13T02:24:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T17:02:57.000Z (over 3 years ago)
- Last Synced: 2025-02-24T07:07:28.061Z (over 1 year ago)
- Language: Python
- Size: 4.62 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
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
```