Skip to content

Commit

Permalink
docs spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
dirkroorda committed Nov 9, 2023
1 parent 5e28b54 commit d37571e
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 1,444 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.tf -linguist-detectable
jquery.js -linguist-vendored
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ a mini corpus consisting of just 99 words from the book
[Consider Phlebas](https://en.wikipedia.org/wiki/Consider_Phlebas)
by the late
[Iain M. Banks](https://en.wikipedia.org/wiki/Iain_Banks),
a Scottish writer of phantasy and SF novels.
a Scottish writer of fantasy and SF novels.

This corpus serves several functions

Expand Down
2 changes: 2 additions & 0 deletions app/__checkout__.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
v3.1
g5e28b54aaf679d5fbbbf7e879a6316f323b9d330
14 changes: 7 additions & 7 deletions programs/convert.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"### Text matters\n",
"\n",
"A few things concerning the presentation of your text can be specified in the `otext` feature.\n",
"This is a tf feature without data, it has only metadata.\n",
"This is a TF feature without data, it has only metadata.\n",
"\n",
"It contains the specs for the section structure of your corpus and the text formats.\n",
"\n",
Expand Down Expand Up @@ -604,7 +604,7 @@
"\n",
"Let's inspect some of the files:\n",
"\n",
"### otype"
"### `otype`"
]
},
{
Expand Down Expand Up @@ -646,7 +646,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### otext"
"### `otext`"
]
},
{
Expand Down Expand Up @@ -689,7 +689,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### oslots"
"### `oslots`"
]
},
{
Expand Down Expand Up @@ -746,7 +746,7 @@
"source": [
"#### Explanation\n",
"\n",
"* line `100\t1-99` tells that node 100 (the first book node, see *otext*, is linked to slots 1-99, which are all slots.\n",
"* line `100\t1-99` tells that node 100 (the first book node, see `otext`, is linked to slots 1-99, which are all slots.\n",
"* the next line has only `1-55`. These are the slots of node 101, being 1 + the previous node.\n",
"\n",
"And so on."
Expand Down Expand Up @@ -817,7 +817,7 @@
"\n",
"The next line is about node 102, the second chapter, with number 2.\n",
"\n",
"The following line refers to node 103, and a quick glance at the *otype* feature shows that this is a line.\n",
"The following line refers to node 103, and a quick glance at the `otype` feature shows that this is a line.\n",
"\n",
"The last three lines are about the three sentences, which are numbered within their chapter:\n",
"`1` then `2` and then again `1`."
Expand Down Expand Up @@ -973,7 +973,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"### punc"
"### `punc`"
]
},
{
Expand Down
Loading

0 comments on commit d37571e

Please sign in to comment.