-
Notifications
You must be signed in to change notification settings - Fork 3
/
callfuncgrupo.py
33 lines (28 loc) · 1.29 KB
/
callfuncgrupo.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# -*- coding: utf-8 -*-
"""
__author__ = "Ahirton Lopes"
__copyright__ = "Copyright 2015/2016, Mackenzie University"
__credits__ = ["Ahirton Lopes", "Rodrigo Pasti", "Leandro de Castro"]
__license__ = "None"
__version__ = "1.0"
__maintainer__ = "Ahirton Lopes"
__email__ = "[email protected]"
__status__ = "Beta"
"""
'''
-----------------------------------------------------------------------------------------------------------------------
LEITURA DE TWEETS CONTIDOS EM ARQUIVO CSV E EXTRACAO DE META-ATRIBUTOS TEXTUAIS
-----------------------------------------------------------------------------------------------------------------------
"""
'''
import text_processing as tp
'''
-----------------------------------------------------------------------------------------------------------------------
(1) TESTE DO PROCESSADOR TEXTUAL
-----------------------------------------------------------------------------------------------------------------------
'''
#print ("oi")
#docsTokenized = tp.tagging(['Governo de SP vai pagar R$ 25 mil a quem denunciou suspeito de matar ambulante no Metro. Secretaria de Seguranca Publica fixou valor nesta quarta (18) no Diario Oficial.'])
#print(docsTokenized)
docsToken = tp.tagging(["Espero que curtam o meu trabalho"])
#print(docsToken)