msislam commited on
Commit
5c37b23
1 Parent(s): 3633d78

Update readme

Browse files
Files changed (1) hide show
  1. README.md +1 -2
README.md CHANGED
@@ -73,7 +73,6 @@ lang_tag_predicted
73
 
74
  ## Limitations
75
  The model might show some contradictory or conflicting behavior sometimes. Some of the known (till now) issues are:
76
- * The model might not be able to predict a small number (typically 1 or 2) of tokens from another language if they are found in the sequence of one language.
77
- * The model might consider the language of the tokens in a noun phrase the same as the other tokens, even if the language of the tokens (noun phrase) is different.
78
  * Proper nouns, and some cross-lingual tokens (in, me, etc.) might be wrongly predicted.
79
  * The prediction also depends on punctuation.
 
73
 
74
  ## Limitations
75
  The model might show some contradictory or conflicting behavior sometimes. Some of the known (till now) issues are:
76
+ * The model might not be able to predict a small number (typically 1 or 2) of tokens or tokens in a noun phrase from another language if they are found in the sequence of one language.
 
77
  * Proper nouns, and some cross-lingual tokens (in, me, etc.) might be wrongly predicted.
78
  * The prediction also depends on punctuation.