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
+---+-----+-----+---+------+---+-------+--------+---+
| A | The | big | , | gray | , | fuzzy | koala | . |
| B | The | big | , | old | , | gray | koala | : |
| C | The | big | , | gray | , | fuzzy | wombat | . |
+---+-----+-----+---+------+---+-------+--------+---+
This fails to align “gray”, which matches exactly in all witnesses. The desired alignment is:
+---+-----+-----+---+------+---+------+---+-------+--------+---+
| A | The | big | , | | | gray | , | fuzzy | koala | . |
| B | The | big | , | old | , | gray | | | koala | : |
| C | The | big | , | | | gray | , | fuzzy | wombat | . |
+---+-----+-----+---+------+---+------+---+-------+--------+---+
This appears to be a transposition situation, where CollateX aligns the commas in preference to the words. A philologist would prioritize aligning the words.
The text was updated successfully, but these errors were encountered:
There are no token types in the Gothenburg model. The aligner does not know what punctuation is or what words are for that matter. If this feature is desired the model would need to be extended and the implementation(s) updated.
In CollateX Python 2.1.3rc2, the input:
produces (with or without near matching):
This fails to align “gray”, which matches exactly in all witnesses. The desired alignment is:
This appears to be a transposition situation, where CollateX aligns the commas in preference to the words. A philologist would prioritize aligning the words.
The text was updated successfully, but these errors were encountered: