-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: added backwards compatiblity test for DTD
- Loading branch information
Showing
3 changed files
with
79 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<read-along version="1.0"> | ||
<text xml:lang="fra"> | ||
<body> | ||
<div type="page"> | ||
<p> | ||
<s>Bonjour.</s> | ||
<s>Je m'appelle Éric Joanis.</s> | ||
<s>Je suis programmeur au sein de l'équipe des technologies pour les langues autochtones au CNRC.</s> | ||
</p> | ||
</div> | ||
<div type="page"> | ||
<p> | ||
<s>J'ai fait une bonne partie de ma carrière en traduction automatique statistique, mais maintenant cette approche est déclassée par l'apprentissage profond.</s> | ||
<s>En ce moment je travaille à l'alignement du hansard du Nunavut pour produire un corpus bilingue anglais-inuktitut.</s> | ||
<s>Ce corpus permettra d'entraîner la TA, neuronale ou statistique, ainsi que d'autres applications de traitement du langage naturel.</s> | ||
</p> | ||
<p> | ||
<s>En parallèle, j'aide à écrire des tests pour rendre le ReadAlong-Studio plus robuste.</s> | ||
</p> | ||
</div> | ||
</body> | ||
</text> | ||
</read-along> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<?xml version='1.0' encoding='utf-8'?> | ||
<read-along version="1.1"> | ||
<meta name="generator" content="human made" id="meta0" /> | ||
<text xml:lang="fra"> | ||
<body> | ||
<div type="page"> | ||
<p> | ||
<s>Bonjour.</s> | ||
<s>Je m'appelle Éric Joanis.</s> | ||
<s>Je suis programmeur au sein de l'équipe des technologies pour les langues autochtones au CNRC.</s> | ||
</p> | ||
</div> | ||
<div type="page"> | ||
<p> | ||
<s>J'ai fait une bonne partie de ma carrière en traduction automatique statistique, mais maintenant cette approche est déclassée par l'apprentissage profond.</s> | ||
<s>En ce moment je travaille à l'alignement du hansard du Nunavut pour produire un corpus bilingue anglais-inuktitut.</s> | ||
<s>Ce corpus permettra d'entraîner la TA, neuronale ou statistique, ainsi que d'autres applications de traitement du langage naturel.</s> | ||
</p> | ||
<p> | ||
<s>En parallèle, j'aide à écrire des tests pour rendre le ReadAlong-Studio plus robuste.</s> | ||
</p> | ||
</div> | ||
</body> | ||
</text> | ||
</read-along> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters