Skip to main content

Tunga Core Library

Project description

TUNGA: Agile Text Analytics Platform

Tunga, düzensiz metin veri setlerinden değerli bilgiler üretebilmek için geliştirilmiş ve tüm metin işleme sürecini hızlandıran web tabanlı ve açık kaynak bir SaaS uygulamasıdır. Bu proje Açık Kaynak Doğal Dil İşleme Hackathon'u sürecinde geliştirilmiştir. www.acikhack.com

Build Status

İçindekiler

Docker İle Kurulum İşlemi

  1. docker run --rm --name docker-postgres -e POSTGRES_PASSWORD=password -d -p 5432:5432 -v ~/data/docker/postgres:/var/lib/postgresql/data postgres
  2. Veritabanı işlemleri için aşağıdaki sıra takip edilmelidir.
    1. db create
    2. db init
    3. db migrate
  3. docker exec -it docker-postgres /bin/bash
  4. su postgres
  5. psql
  6. create database tunga;
  7. create database tunga_test;
  • Backend dizininde
    $ python3 manage.py runserver -p 8080
  • Frontend dizininde
    $ npm start

Sistem Diyagramı

Örnek Kullanım

    $ pip install tunga
    $ git clone https://github.com/tahtaciburak/tunga.git

Kullandığımız Kaynaklar

For deasciify methods : pip3 install git+https://github.com/emres/turkish-deasciifier.git

For asciify methods: git clone https://github.com/starlangsoftware/TurkishDeasciifier-Py.git

Turkish name list : https://gist.github.com/emrekgn/b4049851c88e328c065a

Stop word: https://github.com/ahmetax/trstop/blob/master/dosyalar/turkce-stop-words

Kufur tespit list: https://github.com/ooguz/turkce-kufur-karaliste/blob/master/karaliste.txt

For Summary : https://github.com/Eruimdas/turkish_text_summarization/blob/master/Extraction_Based_Text_Summarization.ipynb

📝 License

MIT

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tunga-1.0.0.20200727.23.tar.gz (10.7 kB view hashes)

Uploaded Source

Built Distribution

tunga-1.0.0.20200727.23-py3-none-any.whl (16.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page