Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ExternalEntity(Model):
"""Defines a user perdicted entity that extends an already existing one.
"""Defines a user predicted entity that extends an already existing one.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class ExternalEntity(Model):
"""Defines a user perdicted entity that extends an already existing one.
"""Defines a user predicted entity that extends an already existing one.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class Sentiment(Model):
"""The result of the sentiment analaysis.
"""The result of the sentiment analysis.

All required parameters must be populated in order to send to Azure.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class Sentiment(Model):
"""The result of the sentiment analaysis.
"""The result of the sentiment analysis.

All required parameters must be populated in order to send to Azure.

Expand Down