-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sentiment Representation #6
Labels
Comments
Suggestion
|
For our sentiment, we only have a single value (-1.00 .. 1.00), where
Polish wordnet has +/- strong/weak, neutral.
I am not sure how best to represent these in your schema.
…On Fri, Jul 31, 2020 at 5:07 PM Bernard Bou ***@***.***> wrote:
Suggestion
<xsd:element name='Sentiment'>
<xsd:complexType mixed='true'>
<xsd:attribute name='class' use='optional'>
xsd:simpleType
<xsd:restriction base='xsd:string'>
<xsd:enumeration value='Neutral' />
<xsd:enumeration value='Positive' />
<xsd:enumeration value='Negative' />
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
<xsd:attribute name='value' type='xsd:integer' use='optional' />
</xsd:complexType>
</xsd:element>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#6 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIPZRST5GY4H76AAM73GELR6KBQTANCNFSM4IG237OQ>
.
--
Francis Bond <http://www3.ntu.edu.sg/home/fcbond/>
Division of Linguistics and Multilingual Studies
Nanyang Technological University
|
For the numeric value a float range would perhaps be more appropriate:
and replace with
|
Or directly:
|
Do we want to add this to the 1.1 version of the schema? If so could someone make a PR for this? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: