All Projects โ†’ koshort โ†’ koshort

koshort / koshort

Licence: other
(deprecated) ๐Ÿฑ koshort is a Python package for Korean internet spoken language crawling and processing... or maybe Korean domestic cat.

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to koshort

Konlpy
Python package for Korean natural language processing.
Stars: โœญ 1,098 (+1670.97%)
Mutual labels:  text-mining, korean
KoSpacing
Automatic Korean word spacing with R
Stars: โœญ 76 (+22.58%)
Mutual labels:  korean
Lazynlp
Library to scrape and clean web pages to create massive datasets.
Stars: โœญ 1,985 (+3101.61%)
Mutual labels:  text-mining
Fake news detection
Fake News Detection in Python
Stars: โœญ 194 (+212.9%)
Mutual labels:  text-mining
Multi rake
Multilingual Rapid Automatic Keyword Extraction (RAKE) for Python
Stars: โœญ 162 (+161.29%)
Mutual labels:  text-mining
Qminer
Analytic platform for real-time large-scale streams containing structured and unstructured data.
Stars: โœญ 206 (+232.26%)
Mutual labels:  text-mining
Awesome Text Classification
Awesome-Text-Classification Projects,Papers,Tutorial .
Stars: โœญ 158 (+154.84%)
Mutual labels:  text-mining
text-analysis
Weaving analytical stories from text data
Stars: โœญ 12 (-80.65%)
Mutual labels:  text-mining
Aravec
AraVec is a pre-trained distributed word representation (word embedding) open source project which aims to provide the Arabic NLP research community with free to use and powerful word embedding models.
Stars: โœญ 239 (+285.48%)
Mutual labels:  text-mining
Pyss3
A Python package implementing a new machine learning model for text classification with visualization tools for Explainable AI
Stars: โœญ 191 (+208.06%)
Mutual labels:  text-mining
Hdltex
HDLTex: Hierarchical Deep Learning for Text Classification
Stars: โœญ 191 (+208.06%)
Mutual labels:  text-mining
Nlp profiler
A simple NLP library allows profiling datasets with one or more text columns. When given a dataset and a column name containing text data, NLP Profiler will return either high-level insights or low-level/granular statistical information about the text in that column.
Stars: โœญ 181 (+191.94%)
Mutual labels:  text-mining
Cnn Text Classification Keras
Text Classification by Convolutional Neural Network in Keras
Stars: โœญ 213 (+243.55%)
Mutual labels:  text-mining
Tokenizers
Fast, Consistent Tokenization of Natural Language Text
Stars: โœญ 161 (+159.68%)
Mutual labels:  text-mining
clustext
Easy, fast clustering of texts
Stars: โœญ 18 (-70.97%)
Mutual labels:  text-mining
Udpipe
R package for Tokenization, Parts of Speech Tagging, Lemmatization and Dependency Parsing Based on the UDPipe Natural Language Processing Toolkit
Stars: โœญ 160 (+158.06%)
Mutual labels:  text-mining
Breadability
Reworked https://www.readability.com/ parsing library (now https://mercury.postlight.com/ is living alternative)
Stars: โœญ 186 (+200%)
Mutual labels:  text-mining
Shallowlearn
An experiment about re-implementing supervised learning models based on shallow neural network approaches (e.g. fastText) with some additional exclusive features and nice API. Written in Python and fully compatible with Scikit-learn.
Stars: โœญ 196 (+216.13%)
Mutual labels:  text-mining
SuperSocketLite
SuperSocket 1.6 ๋ฒ„์ „์˜ .NET Core ํฌํŒ…
Stars: โœญ 48 (-22.58%)
Mutual labels:  korean
Texture-KR-Wiki
Texture (AsyncDisplayKit) Wiki - ํ•œ๊ตญ์–ด
Stars: โœญ 42 (-32.26%)
Mutual labels:  korean



Koshort

ํ•œ๊ตญ์–ด ์ธํ„ฐ๋„ท ํŠธ๋ Œ๋“œ ์ŠคํŠธ๋ฆฌ๋ฐ๊ณผ ์ฒ˜๋ฆฌ๋ฅผ ์œ„ํ•˜์—ฌ ๋งŒ๋“ค์–ด์ง„ ํŒŒ์ด์ฌ ํŒจํ‚ค์ง€ ์ฝ”์ˆ
koshort is a Python package for Korean internet trends streaming and processing... or maybe Korean domestic cat ๐Ÿฑ


Installation

The easiest way to install the latest version is by using pip/easy_install to pull it from PyPI:

pip install koshort

You may also use Git to clone the repository from GitHub and install it manually:

git clone https://github.com/koshort/koshort.git
cd koshort
python setup.py install

Python 3.3, 3.4, 3.5 & 3.6 are supported.
3.7 compatibility soon will be available.

Examples

Use out-of-box script

$ stream_naver
display_rank = False
filename = trends.txt
interval = 60
n_limits = 10
verbose = True
์‹œํฌ๋ฆฟ ๋งˆ๋”
๋ฌด๋ฒ•๋ณ€ํ˜ธ์‚ฌ
์‹ ์•„์˜
๋ฏธ์–€๋งˆ
๋กœ๋“œfc
์†Œ์ง„
์œ„๋„ˆ
๋ถˆํ›„์˜๋ช…๊ณก
๊ทธ๊ฒƒ์ด ์•Œ๊ณ ์‹ถ๋‹ค
์ง ๋‚ดํˆฌ์–ด
์•„๋Š”ํ˜•๋‹˜
๋กœ๋˜
๋กœ๋˜806ํšŒ
msi
์ „์ง€์  ์ฐธ๊ฒฌ ์‹œ์ 
๊น€์žฌํ›ˆ
์•„์ด๋Œ๋ฃธ
ํ† ์ต
์•„์˜ค๋ฅด๊บผ๋Ÿฌ
๊ฐ™์ด ์‚ด๋ž˜์š”

Use koshort API

$ python
>>> from koshort.stream import naver
>>> streamer = naver.NaverStreamer()
>>> streamer.stream()
cj์ฑ„์šฉ
์˜จ์ฃผ์™„์˜ ๋ฎค์ง์‡ผ
์œ ์ƒ๋ฌด
ํ˜„๋Œ€์ฐจ
...

Copyright

copyright by 2018 Nyanye with ๐Ÿ’œ

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].