Skip to content

Commit

Permalink
Update NoSke corpus configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dasch124 authored Oct 23, 2023
1 parent bfbcd70 commit 209fd6c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions nosketchengine/wibarab-corpus-data
Original file line number Diff line number Diff line change
Expand Up @@ -86,26 +86,26 @@ STRUCTURE "doc" {

ATTRIBUTE "id" {
TYPE "MD_MI"
# MULTIVALUE y
# MULTISEP " "
# MULTIVALUE y
# MULTISEP " "
}

ATTRIBUTE "speakers" {
TYPE "MD_MI"
MULTIVALUE y
MULTISEP " "
MULTIVALUE "1"
MULTISEP " "
}

ATTRIBUTE "geo" {
TYPE "MD_MI"
MULTIVALUE y
MULTISEP " "
MULTIVALUE "1"
MULTISEP " "
}

ATTRIBUTE "topic" {
TYPE "MD_MI"
MULTIVALUE y
MULTISEP " "
MULTIVALUE "1"
MULTISEP " "
}

}
Expand Down Expand Up @@ -179,4 +179,4 @@ MAXDETAIL 0
# SHORTREF
# the attribute of a structure to display as a default reference in the left-hand column of a concordance. Defaults to the first attribute of the first #structure or “#” (token number) if no attribute of a structure exists. The syntax is SHORTREF “=structure.attribute”, e.g. “=doc.id” for displaying #only the value of “doc.id” or SHORTREF “structure.attribute” (without equal sign) for displaying the pair “structure.attribute=value”. There can be #multiple links in SHORTREF, e.g. SHORTREF “=bncdoc.id,#,bncdoc.year” has a reference “J0P,#507890,bncdoc.year=1977”.

SHORTREF "=doc.id,=u.id"
SHORTREF "=doc.id,=u.id"

0 comments on commit 209fd6c

Please sign in to comment.