[CS241] standardized format?
Skip
dave.hirshberg at gmail.com
Sun Oct 28 18:52:03 EDT 2007
I agree that we should standardize.
CSV doesn't work with 3+D data (P(path|vp0,vp1) is 3D) and we'll need to
specify more than a data format to have our elements match.
A proposal
What is the 6th path? What is the 6th tense?
1. Order paths by occurrence in 2-9, most common first. We'll have to
report what they are, too, because we may disagree here.
2. Order the 16 tenses that make sense ([01][01][1-4]) by tree.vals[8],
least to greatest
Clump all other tenses together as the 17th tense.
Printing this information:
Given an order like this, we can trade nD arrays of numbers, and they'll
match.
Suppose we're trading P(x | y, z) -- think of it as P[i][j][k], an MxNxO
array where M is #x, N is #y, O is #z.
Print it like this
M N O
P[0][0][0]
P[0][0][1]
P[0][0][2]
...
P[0][1][0]
...
What do you think?
On 10/28/07, Tim St. Clair <timothy_st_clair at brown.edu> wrote:Do you think
we could agree on some kind of standardized, condensed method of formatting
/ displaying our results, to make them easier to read and compare?
Might I suggest csv
I suggest
on the first line, give the size of the array
on each subsequent line, put one element
For example:
1 2
1
2
or:
1 2 3
1
2
3
4
5
6
On 10/28/07, Tim St. Clair <timothy_st_clair at brown.edu> wrote:
>
> Do you think we could agree on some kind of standardized, condensed method
> of formatting / displaying our results, to make them easier to read and
> compare?
>
> Might I suggest csv (comma separated value files -- extension .csv, each
> rows separated by lines, columns separated by ',' characters), so that they
> can easily be imported into any spreadsheet program?
>
> Thanks.
>
> --
> Tim St. Clair
>
> (617) 460 - 6497
> _______________________________________________
> CS241 mailing list
> CS241 at list.cs.brown.edu
> http://list.cs.brown.edu/mailman/listinfo/cs241
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.cs.brown.edu/pipermail/cs241/attachments/20071028/bb967ea0/attachment.html
More information about the CS241
mailing list