sinkaf
Türkçe küfürlü içerikleri bulan bir yapay zeka kütüphanesi / An ML library for profanity detection in Turkish sentences
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.7%) to scientific vocabulary
Keywords
Repository
Türkçe küfürlü içerikleri bulan bir yapay zeka kütüphanesi / An ML library for profanity detection in Turkish sentences
Basic Info
- Host: GitHub
- Owner: eonurk
- License: mit
- Language: Python
- Default Branch: master
- Homepage: https://pypi.org/project/sinkaf
- Size: 15.8 MB
Statistics
- Stars: 77
- Watchers: 2
- Forks: 8
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md

"Kt sz sahibine aittir."
-Anonim
Nedir?
sinkaf uygunsuz yorumlarn bulunmasn salayan bir python ktphanesidir.
Fark nedir?
Dier algoritmalardan en byk fark, nceden belirlenmi bir kelime listesinden cmlerlerdeki szckleri tek tek kontrol etmek yerine, makine renmesi metodlar kullanarak cmlenin genel anlamna bakabilmesidir. Ayn zamanda sinkaf baya bi hzl!
Nasl alyor?
Arka planda modelimizi eitmek iin A corpus of Turkish offensive language verisetini kullanyoruz. Bu veriseti 36,000+ twitter yorumunun hakaret ierip iermediini gsteren, Trke ile makine renmesi denemeleri yapmak isteyenler iin fevkaledenin fevkinde bir kaynak! Kendilerine teekkr ediyoruz. Velhasl...
Nasl yklerim?
properties
pip3 install sinkaf
Gerekli paketler iin:
pip3 install -r requirements.txt
Nasl kullanrm?
```python from sinkaf import Sinkaf
snf = Sinkaf()
snf.tahmin(["ok tatl ocuk", "ok erefsiz ocuk"])
array([False, True])
snf.tahminlik(["ok tatl ocuk", "ok erefsiz ocuk"])
array([0.09811712, 0.86237484])
```
Alternatif model
BERT kullanlarak vektrize edilmi veri zerinde eitilmi modeller:
- bert_pre: Kfrl cmlelerin saptanmasnda dk duyarllk yksek kesinlik
- bert_rec: Kfrl cmlelerin saptanmasnda yksek duyarllk az kesinlik
```python snf = Sinkaf(model = "bert_pre")
snf.tahmin(["ok tatl ocuk", "ok erefsiz ocuk"])
array([False, True])
snf.tahminlik(["ok tatl ocuk", "ok erefsiz ocuk"])
array([0.26865139 0.85412345])
```
yi alyor mu?
Fena deil gibi ama tabi daha iyi kesinlikle olabilir.
Detaylar iin:
- sinkaf()
- sinkaf(model = "bert_pre")
**sinkaf, Ak Hack 2021*'e katlmak amacyla KaraGz ekibi tarafndan gelitirilmitir.
Owner
- Name: Onur Karakaslar
- Login: eonurk
- Kind: user
- Location: Leiden
- Website: eonurk.github.io
- Twitter: eonurkara
- Repositories: 7
- Profile: https://github.com/eonurk
Featuring random thoughts
GitHub Events
Total
- Watch event: 13
Last Year
- Watch event: 13
Committers
Last synced: about 3 years ago
All Time
- Total Commits: 10
- Total Committers: 2
- Avg Commits per committer: 5.0
- Development Distribution Score (DDS): 0.4
Top Committers
| Name | Commits | |
|---|---|---|
| Onur Karakaslar | o****4@g****m | 6 |
| Ömer Gözüaçık | o****k@g****m | 4 |
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 3 months
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- hmtcelik (1)
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
-
Total downloads:
- pypi 39 last-month
- Total dependent packages: 0
- Total dependent repositories: 1
- Total versions: 5
- Total maintainers: 1
pypi.org: sinkaf
Türkçe küfürlü içerikleri bulan bir kütüphane
- Homepage: https://github.com/eonurk/sinkaf
- Documentation: https://sinkaf.readthedocs.io/
- License: MIT License
-
Latest release: 1.0.0
published over 5 years ago
Rankings
Maintainers (1)
Dependencies
- joblib *
- numpy *
- scikit_learn *
- transformers *


