Rename files

parent 6024989b
...@@ -11,7 +11,7 @@ class EmojiPolarityAnalyzer(Analyzer): ...@@ -11,7 +11,7 @@ class EmojiPolarityAnalyzer(Analyzer):
negativeEmoji: a list with the negative emojis negativeEmoji: a list with the negative emojis
""" """
def __init__(self, positiveEmojiPath = "textflow\emoticons\emojiPositive.txt", negativeEmojiPath = 'textflow\emoticons\emojiNegative.txt'): def __init__(self, positiveEmojiPath = "textflow\emojis\emojiPositive.txt", negativeEmojiPath = 'textflow\emojis\emojiNegative.txt'):
""" """
Create a text emoji polarity analyzer from an input object. Create a text emoji polarity analyzer from an input object.
Args: Args:
......
...@@ -2,7 +2,7 @@ from typing import Optional ...@@ -2,7 +2,7 @@ from typing import Optional
from textflow.Analyzer import Analyzer from textflow.Analyzer import Analyzer
import re import re
class TextEmojiPolarityAnalyzer(Analyzer): class EmoticonsPolarityAnalyzer(Analyzer):
""" """
A class that provides methods to analyze the polarity of the text of a sequence. A class that provides methods to analyze the polarity of the text of a sequence.
...@@ -11,7 +11,7 @@ class TextEmojiPolarityAnalyzer(Analyzer): ...@@ -11,7 +11,7 @@ class TextEmojiPolarityAnalyzer(Analyzer):
negativeEmoji: a list with the negative text emojis negativeEmoji: a list with the negative text emojis
""" """
def __init__(self, positiveEmojiPath = "textflow\emoti-sp\emojiTextPositive.txt", negativeEmojiPath = 'textflow\emoti-sp\emojiTextNegative.txt'): def __init__(self, positiveEmojiPath = "textflow\emoti-sp\emoticonsPositive.txt", negativeEmojiPath = 'textflow\emoti-sp\emoticonsNegative.txt'):
""" """
Create a text emoji polarity analyzer from an input object. Create a text emoji polarity analyzer from an input object.
Args: Args:
......
:(
=(
:-(
:'-(
:'(
>:[
:-c
:c
:-<
:<
:-[
:[
:{
:-||
:@
Q.Q
D:<
D:
D8
D;
D=
DX
v.v
D-':
:|
:-|
:/
:\
=/
=\
:L
=L
:S
>.<
>:\
>:/
:-###..
:##..
<:-|
(>_<)
(>_<)>
('_')
(/_;)
(T_T)
(;_;)
(ToT)
:)
=)
:D
:d
;)
:-)
:))
:)))
(;
:P
:p
:0)
:]
:3
:c)
:>
=]
8)
=)
:}
:^)
:-D
:-d
8-D
8-d
8D
x-D
xD
X-D
XD
xd
=-D
=D
=-3
=3
B^D
:'-)
:')
:*
:^*
( '}{' )
;-)
*-)
*)
;-]
;]
;D
;^)
:-,
#-)
^_^
>^_^<
<^!^>
(^.^)
(^_^.)
(^_^)
(^^)
(^J^)
(^-^)
(*^^)v
(^^)v
(^_^)v
( ^)o(^ )
(^O^)
(^o^)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment