MCPcopy Create free account

hub / github.com/PetrKorab/Arabica / functions

Functions26 in github.com/PetrKorab/Arabica

↓ 6 callersFunctioncappuccino
(text: str, # Text time: str, # Time date_fo
arabica/cappuccino.py:14
↓ 3 callersFunctionclean
Clean up generated files.
tests/makefile.py:15
↓ 3 callersFunctiongrouper
(data, max_words, time_freq)
arabica/group.py:8
↓ 2 callersFunctionarabica_freq
(text: str, # Text time: str, # Time date_
arabica/arabica_freq.py:19
↓ 2 callersFunctioncoffee_break
(text: str, # Text column time: str, # Time column
arabica/coffee_break.py:17
↓ 2 callersFunctiongrouper_sentiment
(data, time_freq)
arabica/group.py:54
↓ 1 callersMethodcalculate_ngram_frequencies
(self, text_column)
tests/arabica_freq_unit_test.py:16
↓ 1 callersFunctionremove_stopwords
(text: str, stopwords = [])
arabica/stopwords.py:10
↓ 1 callersFunctiontest
Run unit tests.
tests/makefile.py:9
Functionbigram_cleaning
(text)
arabica/clean_ngram.py:24
Functionfin_vader
(sentence)
arabica/sentiment.py:13
Functionfinal_cleaning
(text)
arabica/clean_ngram.py:61
Functionlint
Lint the code.
tests/makefile.py:20
Functionlower_casing
(text)
arabica/preprocess.py:19
Functionpreprocess
(text)
arabica/preprocess.py:9
Functionpreprocess_sentiment
(text)
arabica/preprocess.py:25
Functionremove_numbers
(text)
arabica/clean_numbers.py:5
Functionsentiment_vader
(sentence)
arabica/sentiment.py:4
Methodtest_arabica_freq
(self)
tests/arabica_freq_unit_test.py:33
Functiontest_cappuccino_heatmap
(self)
tests/cappuccino_unit_test.py:75
Functiontest_cappuccino_line
(self)
tests/cappuccino_unit_test.py:46
Functiontest_cappuccino_wordcloud
(self)
tests/cappuccino_unit_test.py:18
Methodtest_coffee_break
(self)
tests/coffee_break_unit_test.py:48
Functiontoken_cleaning
(text)
arabica/clean_ngram.py:44
Functiontrigram_cleaning
(text)
arabica/clean_ngram.py:34
Functionungroup_cleaning
(text)
arabica/clean_ngram.py:7