Johannes commited on
Commit
bfa5f32
1 Parent(s): e897615

update descr again

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -46,8 +46,8 @@ def infer(input_text):
46
  return html
47
 
48
 
49
- description="""This space is a demo for the paper Detecting Unassimilated Borrowings in Spanish:
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)),
 
46
  return html
47
 
48
 
49
+ description="""This space is a demo for the paper [Detecting Unassimilated Borrowings in Spanish:
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)),