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
You currently have a strange feature to ignore sequences which start with a gap ("-") symbol. I suppose this is due to missing data. However, standard input format according to cldf is just removing these lines from the data, as is lingpy, since they are automatically computed as missing spots when converting the input files to internal language x concept matrices. It is only complicating the code if you allow for explicit missing data, and I do not see any need for this, so I suppose you adopt the more general format of just leaving these lines empty.
The text was updated successfully, but these errors were encountered:
Also, that feature cannot currently be deactivated. You can pass a string you expect not to appear in your CLDF, but you cannot actually tell it to remove any lines at all.
Also, I just wanted to check what CLDF says about empty Value where Comment (or some other column) is present, but I could find no reference to Value outside the example Metadata in https://github.com/glottobank/cldf/blob/master/README.md, has that changed?
Well, we now split in lexibank values into forms, and forms are the ultimate thing from which we convert to other values. Empty rows where value is none are usually always ignored, and they were always so in lingpy. The case of comment without value is unprecendented, but I suppose, if you have examples for that kind of data (which I don't have), that we port this issue to the cldf and discuss there with the others.
You currently have a strange feature to ignore sequences which start with a gap ("-") symbol. I suppose this is due to missing data. However, standard input format according to cldf is just removing these lines from the data, as is lingpy, since they are automatically computed as missing spots when converting the input files to internal language x concept matrices. It is only complicating the code if you allow for explicit missing data, and I do not see any need for this, so I suppose you adopt the more general format of just leaving these lines empty.
The text was updated successfully, but these errors were encountered: