Skip to content

Commit ff41ed8

Browse files
committed
tutorial: added link to stam-translate extension
1 parent a7e25ed commit ff41ed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5270,7 +5270,7 @@
52705270
"Sometimes you're not so much interested in an exact alignment, in the transposition, but you're more interested in a\n",
52715271
"simplified approximate alignment. This can be computed by passing the keyword argument `grow=True` to the `align_texts()` method. The parameter is called `grow` because it effectively computes a transposition first, and then grows that alignment into something larger that is no longer a precise match. Additional keyword arguments like `max_errors` and `minimal_align_length` may be set to adjust the behaviour of the grow algorithm.\n",
52725272
"\n",
5273-
"This method no longer produces transpositions as result, but *translations* instead. We use a wide definition of term *translation* here: it is an annotation that maps on text to another but *where the textual content is no longer identical*.\n",
5273+
"This method no longer produces transpositions as result, but *translations* instead. We use a wide definition of term *translation* here: it is an annotation that maps on text to another but *where the textual content is no longer identical*. These are documented here: [STAM Translate extension](https://github.com/annotation/stam/tree/master/extensions/stam-translate).\n",
52745274
"\n",
52755275
"The following example illustrates this, compare it to the transposition example earlier:\n"
52765276
]

0 commit comments

Comments
 (0)