Johannes commited on
Commit
e897615
·
1 Parent(s): 54e9b45

update description

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ description="""This space is a demo for the paper Detecting Unassimilated Borrow
50
  [An Annotated Corpus and Approaches to Modeling](https://arxiv.org/pdf/2203.16169.pdf)
51
 
52
  The goal of the underlying model is to detect foreign words, e.g. anglicisms, in spanish texts.
53
- In general it has two types of tags for foreign words: *ENG* and *OTHER*. The authors used BIO-tagging,
54
  which is why in practice you will see a *B-* or *I-* in front of the tags.
55
  """
56
 
 
50
  [An Annotated Corpus and Approaches to Modeling](https://arxiv.org/pdf/2203.16169.pdf)
51
 
52
  The goal of the underlying model is to detect foreign words, e.g. anglicisms, in spanish texts.
53
+ In general it has two types of tags for foreign words: *ENG* and *OTHER*. The authors used [BIO-tagging](https://en.wikipedia.org/wiki/Inside%E2%80%93outside%E2%80%93beginning_(tagging)),
54
  which is why in practice you will see a *B-* or *I-* in front of the tags.
55
  """
56