Inspect corrupted text¶
| Path | langsim.modules.fake_language.inspect |
| Executable | yes |
Display corrupted and uncorrupted texts alongside one another
For observing the output of the corruption process, which otherwise is just a load of integer-encoded data.
Inputs¶
| Name | Type(s) |
|---|---|
| corpus1 | TarredCorpus<IntegerListsDocumentType> |
| vocab1 | Dictionary |
| corpus2 | TarredCorpus<IntegerListsDocumentType> |
| vocab2 | Dictionary |
Outputs¶
| Name | Type(s) |
|---|---|
| inspect | RawTextDocumentTypeTarredCorpus |