Skip to content

This is a MVP provided based on the "Search Engine And Data Mining" Course. The idea behind this project is the forked project which its link provided is

License

Notifications You must be signed in to change notification settings

Amirsorouri00/DSL-SE

Repository files navigation

Distributed System - Search Engine

This Part and all other foo bar part of this document will be completed ASAP. Foobar is a Python library for dealing with word pluralization. feel free to contibute and ask.

Installation

Django Crawler & DSTea

Use the package manager pip to install foobar.

$ cd [crawler_django, dstea]
$ python -m venv py_environment
$ source py_environment/bin/activate
$ pip install -r requirements.txt
$ python manage.py runserver
$ Done!!

Docker-Compose

$ cd composer-docker
$ sudo docker-compose up

Usage

import foobar

foobar.pluralize('word') # returns 'words'
foobar.pluralize('goose') # returns 'geese'
foobar.singularize('phenomena') # returns 'phenomenon'

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

Apache License 2.0

Commands

curl -d "url=http://www.laravel.com" -X POST http://localhost:8080/crawler/crawl/

Usefull Links

Images

empty-layout

list-layout

dejavu-elasticsearch

Usefull Links

About

This is a MVP provided based on the "Search Engine And Data Mining" Course. The idea behind this project is the forked project which its link provided is

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published