🎉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

Using StringTextInput

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

I was wondering if you can provide an example as to how I should use the StringTextInput, as I currently dump my texts to file and re-load them with TextInputOperator. I just don't know how to create an ExampleSet containing my strings for StringTextInput: Do I have to do something complex like the tutorial PDF shows on ExampleSet creation (with a method providing access to a table and all)? Isn't there just some way to send it a String[] containing my texts? (SingleTextInput won't do because I have to use a learner later on all texts at once. I successfully use SingleTextInput during testing).

Thanks a lot,
Nimrod

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "IngoRM"
    New Altair Community Member
    Hi,

    maybe this thread helps to get a starting point:

    http://rapid-i.com/rapidforum/index.php/topic,19.0.html

    Using the StringTextInput is actually pretty easy. Just make sure you texts are stored in a column of your database and apply the operator to it (it might be that you have to activate "filter_nominal").

    Cheers,
    Ingo