The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Hi, Is it possible to process JSON file as input and receive JSON file as output in TF-IDF model??

SushmithaSushmitha Member Posts: 4 Learner I
While performing TF-IDF model for achieving Document similarity, I found operators for giving input as Read Excel and many others. But in my case I want to provide input in JSON data/file and also get output (that is similarity score) as JSON data/file. By this, I would like to know whether the operator is already available for it or is it possible for me to customize the operator to achieve it or any other ways to achieve it. Thanks in Advance.

Answers

  • MarcoBarradasMarcoBarradas Administrator, Employee-RapidMiner, RapidMiner Certified Analyst, Member Posts: 272 Unicorn
    Hi @Sushmitha you could use the JSON to Data and Data to JSON for achieving what you want depending on the complexity of your JSON.
    If that does not help you could use the Cut Document and Extract Information from the Tex Minning extension and play with Json Path on your files. 
    Or you  could use the  JSON processing with jq operator from the Marketplace.

  • Telcontar120Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 Unicorn
    You can also look into the paid Web Automation extension in the marketplace, which has a lot of controls over JSON files.
    Brian T.
    Lindon Ventures 
    Data Science Consulting from Certified RapidMiner Experts
Sign In or Register to comment.