kleinay commited on
Commit
45e4bdd
1 Parent(s): 921b831

add demo link

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -18,6 +18,10 @@ This model identifies "predicative nominalizations", that is, nominalizations th
18
  The model is trained as a binary classifier, classifying candidate nominalizations.
19
  The candidates are extracted using a POS tagger (filtering common nouns) and additionally lexical resources (e.g. WordNet and CatVar), filtering nouns that have (at least one) derivationally-related verb. In the QANom annotation project, these candidates are given to annotators to decide whether they carry a "verbal" meaning in the context of the sentence. The current model reproduces this binary classification.
20
 
 
 
 
 
21
  ## Usage
22
 
23
  The candidate extraction algorithm is implemented inside the `qanom` package - see the README in the [QANom github repo](https://github.com/kleinay/QANom) for full documentation. The `qanom` package is also available via `pip install qanom`.
 
18
  The model is trained as a binary classifier, classifying candidate nominalizations.
19
  The candidates are extracted using a POS tagger (filtering common nouns) and additionally lexical resources (e.g. WordNet and CatVar), filtering nouns that have (at least one) derivationally-related verb. In the QANom annotation project, these candidates are given to annotators to decide whether they carry a "verbal" meaning in the context of the sentence. The current model reproduces this binary classification.
20
 
21
+ ## Demo
22
+
23
+ Check out our cool [demo](https://huggingface.co/spaces/kleinay/nominalization-detection-demo)!
24
+
25
  ## Usage
26
 
27
  The candidate extraction algorithm is implemented inside the `qanom` package - see the README in the [QANom github repo](https://github.com/kleinay/QANom) for full documentation. The `qanom` package is also available via `pip install qanom`.