Skip to content

Commit

Permalink
tutorial: added link to stam-translate extension
Browse files Browse the repository at this point in the history
  • Loading branch information
proycon committed Oct 14, 2024
1 parent a7e25ed commit ff41ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5270,7 +5270,7 @@
"Sometimes you're not so much interested in an exact alignment, in the transposition, but you're more interested in a\n",
"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",
"\n",
"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",
"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",
"\n",
"The following example illustrates this, compare it to the transposition example earlier:\n"
]
Expand Down

0 comments on commit ff41ed8

Please sign in to comment.