You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is used to calculate average distance of each page from other pages in the text. The output of the class (`PageEmbeddingDistance.xlsx`) can be found in the
Copy file name to clipboardExpand all lines: docs/index.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
## Welcome to GitHub Pages
1
+
## Welcome
2
2
3
3
Hi, in these pages I store thoughts, working notes, rants and frustrations about the [Voynich manuscript](https://en.wikipedia.org/wiki/Voynich_manuscript)
4
4
as resulting from my work with the [v4j library](https://github.com/mzattera/v4j).
@@ -7,20 +7,20 @@ as resulting from my work with the [v4j library](https://github.com/mzattera/v4j
7
7
8
8
In the below notes, we will try to be consistent with following terminology.
9
9
10
-
- A **token** in the Voynich is a single sequence of characters, separated by spaces. A **term**represent the set of identical tokens.
10
+
- A **token** in a text is a single sequence of characters, separated by spaces. A **term**represents a set of identical tokens.
11
11
In other terms, a token is an instance of a term. For example the below line in the Voynich text:
12
12
13
13
```
14
14
<f1r.15,+P0;m> daiin shckhey ckhor chor shey kol chol chol kor chol
15
15
```
16
16
17
17
Contains 10 tokens ("daiin", "shckhey", "ckhor", "chor", "shey", "kol", "chol", "chol", "kor", "chol") which are instances of
0 commit comments