neural-polysynthetic-language-modelling / iiksiin

Deterministically constructs a sequence of morpheme tensors from a word using Tensor Product Representation
Mozilla Public License 2.0
10 stars 1 forks source link

Determine format of output file for tensor or a sequence of tensors #3

Closed dowobeha closed 5 years ago

dowobeha commented 5 years ago

Obvious options include:

  1. Binary file
  2. XML file
  3. Other (non-XML) text file

@ftyers, what do you think? At the moment I'm inclined to start with an XML file.

ftyers commented 5 years ago

I think either text (TSV style) or XML would work fine. I wouldn't go with binary to start with (although it should be an option at some point).

dowobeha commented 5 years ago

For now we will be using the Python pickle format.