Parser with C#

The engine.
Post Reply
borisrabin
Posts: 24
Joined: Thu Sep 30, 2010 7:48 pm

Parser with C#

Post by borisrabin »

Hello,

I trieds to execute => Parse(filename) function but without success.
How i can use the "TextParser" class ?

comment: my code contain the "using Smile.Learning" row.

When i using the :
myDataSet.ReadFile(filename)
Is the parser executed automaticaly?

Thanks in advance,
Boris
shooltz[BayesFusion]
Site Admin
Posts: 1457
Joined: Mon Nov 26, 2007 5:51 pm

Re: Parser with C#

Post by shooltz[BayesFusion] »

The TextParser class was removed long time ago. Smile.Learning.DataSet.ReadFile does the parsing and populates the dataset object with the contents of the file.
Post Reply