Skip to content

Commit

Permalink
added classes PolarityFeature and StrengthFeature for Sentiment (issue
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Aug 10, 2016
1 parent 4e74811 commit 95a176c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions formats/folia.py
Original file line number Diff line number Diff line change
Expand Up @@ -5259,6 +5259,12 @@ class SynsetFeature(Feature):
class ActorFeature(Feature):
"""Actor feature, to be used within :class:`Event`"""

class PolarityFeature(Feature):
"""Polarity feature, to be used within :class:`Sentiment`"""

class StrengthFeature(Feature):
"""Strength feature, to be used within :class:`Sentiment`"""

class BegindatetimeFeature(Feature):
"""Begindatetime feature, to be used within :class:`Event`"""

Expand Down

0 comments on commit 95a176c

Please sign in to comment.