File tree Expand file tree Collapse file tree
client/src/views/annotate/subviews/evaluate/subviews Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 </p >
3131
3232 <GForm >
33- <fieldset >
34- <label for =" annotation-select" >Annotation</label >
35- <GSelect
36- id =" annotation-select"
37- :options =" distributionStore.distributionOptions"
38- v-model =" selectedDistribution"
39- />
40- </fieldset >
4133 <fieldset >
4234 <label for =" lemma-input" >Search lemma</label >
4335 <GInput if =" lemma-input" type =" text" v-model =" lemmaFilter" placeholder =" Lemma" />
4739 <GInput if =" literal-input" type =" text" v-model =" literalFilter" placeholder =" Type" />
4840 </fieldset >
4941 <fieldset >
50- <label for =" analysis-select" >single/multiple PoS</label >
42+ <label for =" annotation-select" >Annotation</label >
43+ <GSelect
44+ id =" annotation-select"
45+ :options =" distributionStore.distributionOptions"
46+ v-model =" selectedDistribution"
47+ />
48+ </fieldset >
49+ <fieldset >
50+ <label for =" analysis-select" >single/multiple analyses</label >
5151 <GSelect id =" analysis-select" :options =" singMultiPosOptions" v-model =" selectedSingMultiPos" />
5252 </fieldset >
5353 <fieldset >
54- <label for =" pos-select" >Include PoS </label >
54+ <label for =" pos-select" >Include values </label >
5555 <MultiSelect
5656 id =" pos-select"
5757 v-model =" selectedPosses"
You can’t perform that action at this time.
0 commit comments