egumasa commited on
Commit
c8149b0
·
1 Parent(s): 28c686d

reader friendliness

Browse files
Files changed (1) hide show
  1. demo.py +10 -9
demo.py CHANGED
@@ -189,18 +189,19 @@ st.set_page_config(page_title="ENGAGEMENT analyzer (beta ver 0.1)",
189
  with st.sidebar:
190
  st.markdown("""
191
 
192
- ## Engagement moves analyzed in this tool
193
 
194
  | Engagement moves | Description |
195
  | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
196
- | Contraction—Disclaim: Deny | An utterance which invokes a contrary position but which at the same time rejects it directly. The contrary position is hence given very little dialogic space. |
197
- | Contraction—Disclaim: Counter | An utterance which expresses the present proposition as replacing and thus 'countering' another proposition which would have been expected. |
198
- | Contraction—Proclaim: Concur | An utterance which shows writers' expectation/assumption that the putative readers will agree with the preposition and/or to have the same knowledge. |
199
- | Contraction—Proclaim: Pronounce | An utterance which expresses a strong level of writer commitment through the author's explicit emphasis and interpolation, thereby closing down the dialogic space. |
200
- | Contraction—Proclaim: Endorse | An utterance which refers to external sources as warrantable, undeniable, and/or reliable. It expresses the writer’s alignment with and endorsement of an attributed proposition. As such, the dialogic space is somewhat narrowed. |
201
- | Expansion—Entertain | An utterance which indicates author's position but as only one possibility amongst others, thereby opening up dialogic space. |
202
- | Expansion—Attribute | An utterance which signifies dialogic space as the writer attributes the proposition to an external source. |
203
- | Monogloss | An utterance which does not employ any value of engagement. Such an utterance ignores the dialogic potential in an utterance. |
 
204
  """)
205
 
206
  st.title("Engagement Analyzer (beta ver 0.1)")
 
189
  with st.sidebar:
190
  st.markdown("""
191
 
192
+ ## Engagement moves analyzed in this tool (adapted from Martin & White, 2005).
193
 
194
  | Engagement moves | Description |
195
  | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
196
+ | `Deny` (Contract -> disclaim) | An utterance which invokes a contrary position but which at the same time rejects it directly. The contrary position is hence given very little dialogic space. |
197
+ | `Counter` (Contract -> disclaim) | An utterance which expresses the present proposition as replacing and thus 'countering' another proposition which would have been expected. |
198
+ | `Concur` (Contract -> proclaim) | An utterance which shows writers' expectation/assumption that the putative readers will agree with the preposition and/or to have the same knowledge. |
199
+ | `Pronounce` (Contract -> proclaim) | An utterance which expresses a strong level of writer commitment through the author's explicit emphasis and interpolation, thereby closing down the dialogic space. |
200
+ | `Endorse` (Contract -> proclaim) | An utterance which refers to external sources as warrantable, undeniable, and/or reliable. It expresses the writer’s alignment with and endorsement of an attributed proposition. As such, the dialogic space is somewhat narrowed. |
201
+ | `Entertain` (Expand) | An utterance which indicates author's position but as only one possibility amongst others, thereby opening up dialogic space. |
202
+ | `Attribute` (Expand) | An utterance which signifies dialogic space as the writer attributes the proposition to an external source. |
203
+ | `Monogloss` | An utterance which does not employ any value of engagement. Such an utterance ignores the dialogic potential in an utterance. |
204
+ For a more complete description of the category, visit [the annotation guideline](https://egumasa.github.io/engagement-annotation-project/3_Categories/)!!
205
  """)
206
 
207
  st.title("Engagement Analyzer (beta ver 0.1)")