microsoft / prose

Microsoft Program Synthesis using Examples SDK is a framework of technologies for the automatic generation of programs from input-output examples. This repo includes samples and sample data for the Microsoft Program Synthesis using Example SDK.
https://microsoft.github.io/prose/
Other
618 stars 100 forks source link

ReadFlatFileLearner is not able to detect file delimiter #76

Closed zewditu closed 9 months ago

zewditu commented 9 months ago

I have Text file smallNER.txt ReadFlatFileLearner.Learn(stream, options) is detecting an empty delimiter

Note: Columns count in each row are not the same .

simmdan commented 9 months ago

Unfortunately, I think the fact that the column count varies from row to row may cause problems for our analysis. This is something we might in theory support, but the reality is that we don't currently have a funding partner sponsoring investment in further improvements to ReadFlatFileLearner, so it's mostly in maintenance mode at the moment.

Sorry I don't have a better answer for you.