Click here to Skip to main content
15,889,527 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am currently working on my course project which sentimental analysis on reviews dataset which is about 1.5gb and I want to ask are there any api or libraries which helps in cleaning and processing this data in c++. Data is in JSON file?


What I have tried:

I have tried searching for this API and libraries but I was not able to find anything which would be useful for me.
Posted
Updated 20-Dec-21 4:52am
Comments
0x01AA 19-Dec-21 9:24am    
Please define
a.) Cleaning
b.) Processing

See what google can find: C++ json - Google Search[^]
 
Share this answer
 
Sounds like your data is already corrupted. A simple approach is to write the data to a different new location to avoid dead storage.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900