BabakScrapes commited on
Commit
247a272
·
verified ·
1 Parent(s): 54274cc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,6 +17,6 @@ You can think of anecdotal contexts as statements focused on more limited physic
17
  4. Habituality: Events can also be repetitive (e.g., I went to school there for years; habitual) or not (I stopped by; episodic). I have combined this feature with boundedness given their close relation.
18
  The most anecdotal content is theorized to involve specific entities with bounded, non-habitual events. But different mixtures of the dimensions can provide gradations of anecdotal focus.
19
  ## AI-based Automatic Identification of Anecdotal Statements in Natural Text
20
- This repository contains a coding-free tool for deriving labels for the above features from any text.
21
  It uses the transformer neural networks developed in the dissertation discussed above. Note that this tool is best used for analysis.
22
- [This other tool](https://huggingface.co/spaces/BabakScrapes/Anecedotal_Discourse_Classifier_Demo) would be more appropriate for demonstration purposes.
 
17
  4. Habituality: Events can also be repetitive (e.g., I went to school there for years; habitual) or not (I stopped by; episodic). I have combined this feature with boundedness given their close relation.
18
  The most anecdotal content is theorized to involve specific entities with bounded, non-habitual events. But different mixtures of the dimensions can provide gradations of anecdotal focus.
19
  ## AI-based Automatic Identification of Anecdotal Statements in Natural Text
20
+ This repository contains a coding-free tool for deriving labels for the above features from any text.
21
  It uses the transformer neural networks developed in the dissertation discussed above. Note that this tool is best used for analysis.
22
+ [This other tool](https://huggingface.co/spaces/BabakScrapes/Anecedotal_Discourse_Classifier_Demo) would be more appropriate for demonstration purposes. Links and scripts for the corpus it was trained on can be found in [this repository](https://github.com/sfeucht/annotation_evaluation).