Home | Trees | Indices | Help |
---|
|
1 ''' 2 Created on 29/01/2013 3 4 @author: David Vilares 5 ''' 68 ''' 9 The supported polarity classes by the system 10 ''' 11 STRONG_NEGATIVE = 'N+' 12 NEGATIVE = 'N' 13 NEUTRAL = 'NEU' 14 NONE = 'NONE' 15 POSITIVE = 'P' 16 STRONG_POSITIVE = 'P+' 17 OTHER = 'OTHER'18
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed Oct 15 10:03:40 2014 | http://epydoc.sourceforge.net |