-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/feedback #78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/feedback #78
Changes from all commits
ecd9d35
e84a369
b395b4c
bd74bc5
a582b2f
fdb57a3
c2d20ec
0794f2b
21fc507
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,31 +38,26 @@ <h2 class="subtitle" i18n>About the <i>MiMA</i> Project and Database</h2> | |
| which all belong to the Germanic language family. Secondly, it focuses on dialectal varieties of Dutch. | ||
| </p> | ||
|
|
||
| <p i18n>By studying the differences and similarities in the structure of the manner adverbials, these can be | ||
| related | ||
| to the differences and similarities between the languages and language varieties. The sample of | ||
| languages/ | ||
| language varieties in our database allows for this to be done on a fine-grained level.</p> | ||
| <p i18n> | ||
| This sample of languages/language varieties in our database allows for cross-linguistic comparison | ||
| at different levels of fine-grainedness. Because of this, differences and similarities in the structure | ||
| of manner adverbials can be insightfully related to factors of cross-linguistic (micro)variation. | ||
| </p> | ||
| </div> | ||
|
|
||
| <h2 class="subtitle" i18n>About the Database</h2> | ||
| <div class="content"> | ||
| <p i18n> | ||
| The database contains {{tokenCount}} tokens of manner adverbials, split across XXXX types. These data | ||
| primarily | ||
| stem from the | ||
| MiMA questionnaire research among native speakers, which was conducted in the following manner. By | ||
| studying | ||
| (dialect) | ||
| reference grammars and the broader linguistic literature, and by consulting native speakers, we first | ||
| made a | ||
| selection | ||
| of languages/language varieties that proved interesting for our research purposes. Next, we made | ||
| questionnaires | ||
| to | ||
| The database contains 33,384 translations of 252 prompts (including unattested patterns), from 326 | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The translations have to be updated and could these counts come from https://github.com/CentreForDigitalHumanities/mima/blob/feature/feedback/frontend/build/count-tokens.js? (or at least make that into a separate issue) |
||
| respondents covering 89 Dutch and Frisian varieties. Excluding unattested patterns, it contains | ||
| 10,054 translations of 221 prompts. The database also contains 25,249 grammaticality judgments of | ||
| 740 prompts, from 342 respondents covering 102 Germanic varieties. These data primarily | ||
| stem from the MiMA questionnaire research among native speakers, which was conducted in the following manner. By | ||
| studying (dialect) reference grammars and the broader linguistic literature, and by consulting native speakers, we first | ||
| made a selection of languages/language varieties that proved interesting for our research purposes. | ||
| Next, we made questionnaires to | ||
| systematically chart the possible and impossible patterns in the morphosyntax of the manner adverbials | ||
| in these | ||
| languages. The Dutch dialect data were collected in the Netherlands and Flanders (Belgium) in | ||
| in these languages. The Dutch dialect data were collected in the Netherlands and Flanders (Belgium) in | ||
| collaboration with | ||
| the <a target="_blank" href="https://meertenspanel.meertens.knaw.nl/">Meertens Panel</a>. The Frisian | ||
| data were | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -43,26 +43,32 @@ export class LikertFiltersComponent implements OnInit, OnDestroy { | |
| mode: 'text', | ||
| placeholder: $localize`Search in all Fields`, | ||
| manual: 'query' | ||
| }, { | ||
| name: $localize`Question`, | ||
| }, { | ||
| name: `Judgment`, | ||
| field: 'judgmentId', | ||
| icon: faThumbtack, | ||
| mode: 'dropdown', | ||
| placeholder: $localize`Judgment ID` | ||
| }, { | ||
| name: $localize`Paradigm`, | ||
| field: 'mainQuestionId', | ||
| icon: faComment, | ||
| mode: 'dropdown', | ||
| placeholder: $localize`Select Question(s)` | ||
| placeholder: $localize`Select Paradigm(s)` | ||
| }, { | ||
| name: $localize`Question Text`, | ||
| name: $localize`Paradigm (Text search)`, | ||
| field: 'mainQuestion', | ||
| icon: faCommentDots, | ||
| mode: 'text', | ||
| placeholder: '' | ||
| }, { | ||
| name: $localize`Sub-Question`, | ||
| field: 'subQuestionTextId', | ||
| icon: faComment, | ||
| mode: 'dropdown', | ||
| placeholder: $localize`Select Sub-Question(s)` | ||
| }, { | ||
| name: $localize`Sub-Question Text`, | ||
| // name: $localize`Sub-Question`, | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You can just remove the uncommented code |
||
| // field: 'subQuestionTextId', | ||
| // icon: faComment, | ||
| // mode: 'dropdown', | ||
| // placeholder: $localize`Select Sub-Question(s)` | ||
| // }, { | ||
| name: $localize`Manner Adverbial`, | ||
| field: 'subQuestion', | ||
| icon: faCommentDots, | ||
| mode: 'text', | ||
|
|
@@ -97,12 +103,6 @@ export class LikertFiltersComponent implements OnInit, OnDestroy { | |
| icon: faRankingStar, | ||
| mode: 'dropdown', | ||
| placeholder: $localize`Select Score` | ||
| }, { | ||
| name: `Judgment`, | ||
| field: 'judgmentId', | ||
| icon: faThumbtack, | ||
| mode: 'dropdown', | ||
| placeholder: $localize`Judgment ID` | ||
| }]; | ||
|
|
||
| constructor( | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe replace with:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(or if you know for sure it is not
Nonethen onlynot line[5].isspace())