Martyna Wiącek commited on
Commit
ee89518
1 Parent(s): 373367f

added script for loading dataset

Browse files
Files changed (1) hide show
  1. nlprepl.py +1 -1
nlprepl.py CHANGED
@@ -17,7 +17,7 @@ TAGSET_UD = "ud"
17
  _DESCRIPTION = {
18
  BY_NAME: {
19
  TAGSET_NKJP: "NLPrePL divided by document name for NKJP tagset",
20
- TAGSET_UD: "TNLPrePL divided by document name for UD tagset"
21
  },
22
  BY_TYPE: {
23
  TAGSET_NKJP: "NLPrePL divided by document type for NKJP tagset",
 
17
  _DESCRIPTION = {
18
  BY_NAME: {
19
  TAGSET_NKJP: "NLPrePL divided by document name for NKJP tagset",
20
+ TAGSET_UD: "NLPrePL divided by document name for UD tagset"
21
  },
22
  BY_TYPE: {
23
  TAGSET_NKJP: "NLPrePL divided by document type for NKJP tagset",