load text files

ghina84ghina84 MemberPosts:5Contributor II
edited October 2019 inHelp

Goodmorning everybody,

from the documentation I found on the website I cannot understand which operator I should use to load a serie of text files (.txt or .xml).

Can you help me please?

Thank you,

Laura
Tghadially

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, MemberPosts:2,531Unicorn
    Hi Laura,
    surprisingly you should use an operator called "TextInput". You can specify directories, where the texts are read from, in the parameter texts. Each directory listed there is searched for text files and each text file becomes an example. A directory has to contain all examples of one label, since the directory structure is used for labeling the data.

    Greetings,
    Sebastian
    Tghadially
  • ghina84ghina84 MemberPosts:5Contributor II

    surprisingly I already tried it...

    but instead of gettin a matrix like this:

    rows=documents
    columns=terms

    I get a matrix like this:

    rows=id
    列=文件(即每个属性是ENT之一IRE document)

    is it normal?...
  • DPierreDPierre MemberPosts:1Contributor I
    Where can I find the TextInput operator?
    Tghadially
  • sgenzersgenzer 12Administrator, Moderator, Employee, RapidMiner Certified Analyst, Community Manager, Member, University Professor, PM ModeratorPosts:2,959Community Manager
    hi@DPierrethis is an old thread. Try downloading the Text Processing extension from the marketplace and then using "Read Document". There is a good set of tutorials on the Academy for this:https://academy.www.turtlecreekpls.com/courses/text-and-web-mining-with-rapidminer

    Scott
    Tghadially [Deleted User]
Sign InorRegisterto comment.