🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

"text dataset AML file"

User: "mksaad"
New Altair Community Member
Updated by Jocelyn
Hi,

What is the I/O operator that can write text dataset AML file like newsgroups.aml that comes with text plug in examples.

newsgroups.aml

<attributeset default_source="newsgroups.dat">
  <attribute
    name      ="text_source"
    sourcecol  ="1"
    valuetype  ="nominal"
  />
  <attribute
    name      ="type"
    sourcecol  ="2"
    valuetype  ="nominal"
  />
  <attribute
    name      ="language"
    sourcecol  ="3"
    valuetype  ="nominal"
  />
  <label
    name      ="class"
    sourcecol  ="4"
    valuetype  ="nominal">
    <value>atheism</value>
    <value>christian</value>
  </label>
</attributeset>
newsgroups.dat

# directory type language class
../data/newsgroup/hardware text english hardware
../data/newsgroup/graphics text english graphics

Thanks,
Motaz K. Saad

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "land"
    New Altair Community Member
    Hi,
    I guess you mean the ExampleSetWriter?

    Greetings,
      Sebastian