From 5aa2a212bbbf6bce696665852d7da98f91c81d54 Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Tue, 12 Jun 2018 15:53:58 +0200 Subject: Remove HTML files from VC which should be generated from txt2tags If these pages disappear from the web via www.grammaticalframework.org then this commit may need to be reversed --- gf-book/index.html | 177 ----------------------------------------------------- gf-book/index.t2t | 139 +++++++++++++++++++++++++++++++++++++++++ gf-book/index.txt | 139 ----------------------------------------- 3 files changed, 139 insertions(+), 316 deletions(-) delete mode 100644 gf-book/index.html create mode 100644 gf-book/index.t2t delete mode 100644 gf-book/index.txt (limited to 'gf-book') diff --git a/gf-book/index.html b/gf-book/index.html deleted file mode 100644 index 00a0f7afe..000000000 --- a/gf-book/index.html +++ /dev/null @@ -1,177 +0,0 @@ - - - - - - -Grammatical Framework: Programming with Multilingual Grammars - -
-

Grammatical Framework: Programming with Multilingual Grammars

-Aarne Ranta
-
- -

-

-

-

-This is the web page of the book -

- - - -

Publisher's information

- -

-Publisher's web page (look for "Series" -> "CSLI Studies in Computational Linguistics") -

-

- http://www-csli.stanford.edu/pubs/ -

- -

Order

- -

-Direct order ($32.50 paperback, $70 hardcover): -

-

- http://press.uchicago.edu/ucp/books/book/distributed/G/bo12469871.html -

-

-Amazon order USA ($32.50 paperback, $70 hardcover): -

-

- http://www.amazon.com/Grammatical-Framework-Programming-Multilingual-Information/dp/1575866269/ref=sr_1_2?ie=UTF8&qid=1308585697&sr=8-2 -

-

-Amazon order UK (£21 paperback, £45 hardcover): -

-

- http://www.amazon.co.uk/Grammatical-Framework-Programming-Multilingual-Computational/dp/1575866269/ref=sr_1_6?ie=UTF8&qid=1315580083&sr=8-6 -

- -

Book description

- -

-Grammars of natural languages are complex systems, and their -computer implementation requires both programming skills and -linguistic knowledge, especially when dealing with other languages -than English. This book makes such tasks accessible for a wide -range of programmers. It introduces GF (Grammatical Framework), -which is a programming language designed for writing grammars, which -may moreover address several languages in parallel. -The book shows how to write grammars in GF and use them in applications -such as tourist phrasebooks, spoken dialogue systems, and natural -language interfaces. The examples and exercises address several -languages, and the readers are guided to look at their own languages -from the computational perspective. -

-

-With an emphasis on good engineering, the book promotes modularity -and division of labour - in particular, the use of libraries. It -introduces the GF Resource Grammar Library, which currently addresses -16 languages. This number is constantly growing due to contributions -from the international GF community. The library makes it painless to -build applications and to port them to new languages. The book -introduces a wide range of such applications, which run on platforms -ranging from web servers to mobile phones. But the book also gives -guidance for those readers who want to understand the underlying -linguistics and implement resource grammars for new languages. -

-

-The book starts with a hands-on tutorial, continues with a selection -of advanced topics, and ends with a complete reference manual -of GF. Requiring very little background knowledge, it is accessible -for second-year students that have experience with computers and an -interest for languages. At the same time, its novel and advanced -material makes it interesting for senior researchers in computer science, -linguistics, and related fields. -

- -

How to cite

- -
-  @Book{ranta-2011,
-    author = {Aarne Ranta},
-    title =  {{Grammatical Framework:
-               Programming with Multilingual Grammars}},
-    publisher = {{CSLI Publications}},
-    year = {2011},
-    address = "Stanford",
-    note = "ISBN-10: 1-57586-626-9 (Paper), 1-57586-627-7 (Cloth)"
-  }
-
- -

Table of Contents

- -

-Detailed Table of Contents -

- -

Supporting material

- -

-Slides for teaching the book chapter by chapter. -

-

-Code examples. You can also download the -complete example set as a compressed tar file, -gf-book-examples.tgz. -

-

-GF Web IDE: -build grammars in the cloud, without installing GF. -

-

-Demos -

- - - -

-Other tutorials: -

- - - -

-Works mentioned in references; -more download links will be added. -

-

-Resource Grammar Library API -

-

-Sources and binaries -for GF 3.2, which exactly matches the book. -

-

-GF Home Page: http://www.grammaticalframework.org/ -

-

-Author's email: aarne'at'chalmers'dot'se -

-

-Author's home page: http://www.cse.chalmers.se/~aarne/ -

- - - - diff --git a/gf-book/index.t2t b/gf-book/index.t2t new file mode 100644 index 000000000..dc7e720eb --- /dev/null +++ b/gf-book/index.t2t @@ -0,0 +1,139 @@ +Grammatical Framework: Programming with Multilingual Grammars +Aarne Ranta + +%!style:../css/style.css +%!Encoding:utf8 + +%!postproc(html): <meta name = "viewport" content = "width = device-width"><TITLE> +%!postproc(html): "#BOOKCOVER" '<center><img style="width: 200px" src="gf-book-cover.png"></center>' + + +#BOOKCOVER + + +This is the web page of the book +- Aarne Ranta, + //Grammatical Framework: Programming with Multilingual Grammars//, + CSLI Publications, + Stanford, + 2011, + 340 pp, + ISBN-10: 1-57586-626-9 (Paper), 1-57586-627-7 (Cloth). + + + + +==Publisher's information== + +Publisher's web page (look for "Series" -> "CSLI Studies in Computational Linguistics") + + http://www-csli.stanford.edu/pubs/ + + +==Order== + +Direct order ($32.50 paperback, $70 hardcover): + + http://press.uchicago.edu/ucp/books/book/distributed/G/bo12469871.html + +Amazon order USA ($32.50 paperback, $70 hardcover): + + http://www.amazon.com/Grammatical-Framework-Programming-Multilingual-Information/dp/1575866269/ref=sr_1_2?ie=UTF8&qid=1308585697&sr=8-2 + +Amazon order UK (£21 paperback, £45 hardcover): + + http://www.amazon.co.uk/Grammatical-Framework-Programming-Multilingual-Computational/dp/1575866269/ref=sr_1_6?ie=UTF8&qid=1315580083&sr=8-6 + + +==Book description== + +Grammars of natural languages are complex systems, and their +computer implementation requires both programming skills and +linguistic knowledge, especially when dealing with other languages +than English. This book makes such tasks accessible for a wide +range of programmers. It introduces GF (Grammatical Framework), +which is a programming language designed for writing grammars, which +may moreover address several languages in parallel. +The book shows how to write grammars in GF and use them in applications +such as tourist phrasebooks, spoken dialogue systems, and natural +language interfaces. The examples and exercises address several +languages, and the readers are guided to look at their own languages +from the computational perspective. + +With an emphasis on good engineering, the book promotes modularity +and division of labour - in particular, the use of libraries. It +introduces the GF Resource Grammar Library, which currently addresses +16 languages. This number is constantly growing due to contributions +from the international GF community. The library makes it painless to +build applications and to port them to new languages. The book +introduces a wide range of such applications, which run on platforms +ranging from web servers to mobile phones. But the book also gives +guidance for those readers who want to understand the underlying +linguistics and implement resource grammars for new languages. + +The book starts with a hands-on tutorial, continues with a selection +of advanced topics, and ends with a complete reference manual +of GF. Requiring very little background knowledge, it is accessible +for second-year students that have experience with computers and an +interest for languages. At the same time, its novel and advanced +material makes it interesting for senior researchers in computer science, +linguistics, and related fields. + + +==How to cite== + +``` +@Book{ranta-2011, + author = {Aarne Ranta}, + title = {{Grammatical Framework: + Programming with Multilingual Grammars}}, + publisher = {{CSLI Publications}}, + year = {2011}, + address = "Stanford", + note = "ISBN-10: 1-57586-626-9 (Paper), 1-57586-627-7 (Cloth)" +} +``` + +==Table of Contents== + +[Detailed Table of Contents toc-gf-book.txt] + + +==Supporting material== + +[Slides ./gf-book-slides.pdf] for teaching the book chapter by chapter. + +[Code examples ./examples]. You can also download the +complete example set as a compressed tar file, +[gf-book-examples.tgz gf-book-examples.tgz]. + +[GF Web IDE http://www.grammaticalframework.org/demos/gfse/]: +build grammars in the cloud, without installing GF. + +Demos +- [on-line translator http://www.grammaticalframework.org:41296/minibar/minibar.html] (Section 7.12) +- [syntax editor http://www.grammaticalframework.org/demos/resource-api/editor.html] (Section 7.13) +- [multimodal dialogue system http://www.youtube.com/watch?v=1bfaYHWS6zU] (Section 7.15) + + +Other tutorials: +- [GF Tutorial ../doc/tutorial/gf-tutorial.html]: programmer-oriented, + covering parts of chapters 2-8 +- [GF Resource Tutorial ../doc/gf-lrec-2010.pdf]: linguist-oriented, + covering parts of chapters 2-5, 9-10 + + +[Works mentioned in references http://www.grammaticalframework.org/doc/gf-bibliography.html]; +more download links will be added. + +[Resource Grammar Library API http://www.grammaticalframework.org/lib/doc/synopsis.html] + +[Sources and binaries http://www.grammaticalframework.org/download] +for GF 3.2, which exactly matches the book. + +GF Home Page: http://www.grammaticalframework.org/ + +Author's email: aarne'at'chalmers'dot'se + +Author's home page: http://www.cse.chalmers.se/~aarne/ + diff --git a/gf-book/index.txt b/gf-book/index.txt deleted file mode 100644 index dc7e720eb..000000000 --- a/gf-book/index.txt +++ /dev/null @@ -1,139 +0,0 @@ -Grammatical Framework: Programming with Multilingual Grammars -Aarne Ranta - -%!style:../css/style.css -%!Encoding:utf8 - -%!postproc(html): <TITLE> <meta name = "viewport" content = "width = device-width"><TITLE> -%!postproc(html): "#BOOKCOVER" '<center><img style="width: 200px" src="gf-book-cover.png"></center>' - - -#BOOKCOVER - - -This is the web page of the book -- Aarne Ranta, - //Grammatical Framework: Programming with Multilingual Grammars//, - CSLI Publications, - Stanford, - 2011, - 340 pp, - ISBN-10: 1-57586-626-9 (Paper), 1-57586-627-7 (Cloth). - - - - -==Publisher's information== - -Publisher's web page (look for "Series" -> "CSLI Studies in Computational Linguistics") - - http://www-csli.stanford.edu/pubs/ - - -==Order== - -Direct order ($32.50 paperback, $70 hardcover): - - http://press.uchicago.edu/ucp/books/book/distributed/G/bo12469871.html - -Amazon order USA ($32.50 paperback, $70 hardcover): - - http://www.amazon.com/Grammatical-Framework-Programming-Multilingual-Information/dp/1575866269/ref=sr_1_2?ie=UTF8&qid=1308585697&sr=8-2 - -Amazon order UK (£21 paperback, £45 hardcover): - - http://www.amazon.co.uk/Grammatical-Framework-Programming-Multilingual-Computational/dp/1575866269/ref=sr_1_6?ie=UTF8&qid=1315580083&sr=8-6 - - -==Book description== - -Grammars of natural languages are complex systems, and their -computer implementation requires both programming skills and -linguistic knowledge, especially when dealing with other languages -than English. This book makes such tasks accessible for a wide -range of programmers. It introduces GF (Grammatical Framework), -which is a programming language designed for writing grammars, which -may moreover address several languages in parallel. -The book shows how to write grammars in GF and use them in applications -such as tourist phrasebooks, spoken dialogue systems, and natural -language interfaces. The examples and exercises address several -languages, and the readers are guided to look at their own languages -from the computational perspective. - -With an emphasis on good engineering, the book promotes modularity -and division of labour - in particular, the use of libraries. It -introduces the GF Resource Grammar Library, which currently addresses -16 languages. This number is constantly growing due to contributions -from the international GF community. The library makes it painless to -build applications and to port them to new languages. The book -introduces a wide range of such applications, which run on platforms -ranging from web servers to mobile phones. But the book also gives -guidance for those readers who want to understand the underlying -linguistics and implement resource grammars for new languages. - -The book starts with a hands-on tutorial, continues with a selection -of advanced topics, and ends with a complete reference manual -of GF. Requiring very little background knowledge, it is accessible -for second-year students that have experience with computers and an -interest for languages. At the same time, its novel and advanced -material makes it interesting for senior researchers in computer science, -linguistics, and related fields. - - -==How to cite== - -``` -@Book{ranta-2011, - author = {Aarne Ranta}, - title = {{Grammatical Framework: - Programming with Multilingual Grammars}}, - publisher = {{CSLI Publications}}, - year = {2011}, - address = "Stanford", - note = "ISBN-10: 1-57586-626-9 (Paper), 1-57586-627-7 (Cloth)" -} -``` - -==Table of Contents== - -[Detailed Table of Contents toc-gf-book.txt] - - -==Supporting material== - -[Slides ./gf-book-slides.pdf] for teaching the book chapter by chapter. - -[Code examples ./examples]. You can also download the -complete example set as a compressed tar file, -[gf-book-examples.tgz gf-book-examples.tgz]. - -[GF Web IDE http://www.grammaticalframework.org/demos/gfse/]: -build grammars in the cloud, without installing GF. - -Demos -- [on-line translator http://www.grammaticalframework.org:41296/minibar/minibar.html] (Section 7.12) -- [syntax editor http://www.grammaticalframework.org/demos/resource-api/editor.html] (Section 7.13) -- [multimodal dialogue system http://www.youtube.com/watch?v=1bfaYHWS6zU] (Section 7.15) - - -Other tutorials: -- [GF Tutorial ../doc/tutorial/gf-tutorial.html]: programmer-oriented, - covering parts of chapters 2-8 -- [GF Resource Tutorial ../doc/gf-lrec-2010.pdf]: linguist-oriented, - covering parts of chapters 2-5, 9-10 - - -[Works mentioned in references http://www.grammaticalframework.org/doc/gf-bibliography.html]; -more download links will be added. - -[Resource Grammar Library API http://www.grammaticalframework.org/lib/doc/synopsis.html] - -[Sources and binaries http://www.grammaticalframework.org/download] -for GF 3.2, which exactly matches the book. - -GF Home Page: http://www.grammaticalframework.org/ - -Author's email: aarne'at'chalmers'dot'se - -Author's home page: http://www.cse.chalmers.se/~aarne/ - -- cgit v1.2.3