-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2fc839e
commit fd18629
Showing
3 changed files
with
41 additions
and
21 deletions.
There are no files selected for viewing
30 changes: 18 additions & 12 deletions
30
.../src/app/minimalist-parser/minimalist-parser-about/minimalist-parser-about.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
<h1 class="title" i18n>About Minimalist Parser</h1> | ||
<div class="content"> | ||
<div class="columns is-centered"> | ||
<div class="column is-two-thirds"> | ||
<h1 i18n>About Minimalist Parser</h1> | ||
|
||
<p i18n> | ||
Minimalist Parser is a parser developed by Meaghan Fowlie at Utrecht | ||
University. It produces syntactic parses of English sentences in accordance | ||
with the framework of Chomskyan Minimalism. | ||
</p> | ||
<p i18n> | ||
Minimalist Parser is a parser developed by Meaghan Fowlie at | ||
Utrecht University. It produces syntactic parses of English | ||
sentences in accordance with the framework of Chomskyan | ||
Minimalism. | ||
</p> | ||
|
||
<section class="section"> | ||
<h2 class="title" i18n>Demonstrated parse</h2> | ||
<h2 i18n>Demonstrated parse</h2> | ||
|
||
<i i18n> | ||
Coming soon: an example of a parse produced by Minimalist Parser. | ||
</i> | ||
</section> | ||
<i i18n> | ||
Coming soon: an example of a parse produced by Minimalist | ||
Parser. | ||
</i> | ||
</div> | ||
</div> | ||
</div> |
10 changes: 8 additions & 2 deletions
10
...inimalist-parser/minimalist-parser-references/minimalist-parser-references.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
<h1 class="title" i18n>References</h1> | ||
<div class="content"> | ||
<div class="columns is-centered"> | ||
<div class="column is-two-thirds"> | ||
<h1 i18n>References</h1> | ||
|
||
<i i18n>Coming soon: references to scientific literature.</i> | ||
<i i18n>Coming soon: references to scientific literature.</i> | ||
</div> | ||
</div> | ||
</div> |
22 changes: 15 additions & 7 deletions
22
frontend/src/app/minimalist-parser/minimalist-parser.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,16 @@ | ||
<h1 class="title" i18n>Minimalist Parser</h1> | ||
<div class="content"> | ||
<div class="columns is-centered"> | ||
<div class="column is-two-thirds"> | ||
<h1 i18n>Minimalist Parser</h1> | ||
|
||
<p i18n> | ||
Welcome to the Minimalist Parser, developed by Meaghan Fowlie at Utrecht | ||
University. This parser has been trained to analyze the syntax of English | ||
sentences and provide minimalist-style tree diagrams using the Vulcan | ||
visualisation tool. | ||
</p> | ||
<p i18n> | ||
Welcome to the Minimalist Parser, developed by Meaghan Fowlie at | ||
Utrecht University. This parser has been trained to analyze the | ||
syntax of English sentences and provide minimalist-style tree | ||
diagrams using the Vulcan visualisation tool. | ||
</p> | ||
|
||
<i>More info coming soon!</i> | ||
</div> | ||
</div> | ||
</div> |