Find Jobs
Hire Freelancers

Read and parse a text file to count word frequencies

₹600-1500 INR

Closed
Posted over 7 years ago

₹600-1500 INR

Paid on delivery
Read and parse a text file to count word frequencies. You are required to use a doubly linked list to store the words and frequencies as they rolled in, then print the 10 most repeated words at the end. Use the following function to read and parse the text file. The text file to be read and parsed is a short story stored in “[login to view URL]” which is available for download. Note: pronouns (I, you, he, they, etc.), demonstrative pronouns (the, these, that, etc.) and prepositions (in, near, on, etc.) are to be exempted from words with maximum counts. -- Use this Function for the Program -- int getNextWord(FILE *fp, char *buf, int bufsize) { char *p = buf; char c; //skip all non-word characters do { c = fgetc(fp); if (c == EOF) return 0; } while (!isalpha(c)); //read word chars do { if (p – buf < bufsize – 1) *p++ = tolower(c); c = fgetc(fp); } while (isalpha(c)); //finalize word
Project ID: 12283775

About the project

7 proposals
Remote project
Active 7 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
7 freelancers are bidding on average ₹1,232 INR for this job
User Avatar
Hello, Sir Weebside Inc. is a professional freelancer service provided to worthy clients like you. We can provide our best developers to provide you High-Quality Product with 100% Delivery Rate, 100% Satisfaction. Having Experts in Java, C / C++ , C# , VB , .NET , SQL, MySQL, and Python Programming Language and Frameworks made us capable to bid here. We can provide any service of any caliber within Hours. CHAT WITH US TO START RIGHT NOW. BEST DEVELOPERS AROUND. WITH HIGHEST QUALITY DELIVERED WITHIN TIME. WITHIN BUDGET. CLICK CHAT TO START
₹1,450 INR in 0 day
4.5 (25 reviews)
4.7
4.7
User Avatar
Hello! I am highly proficient in C and abstract data types. I have experience with other projects requiring the implementation of data structures. If you need someone to quickly and reliably deliver the best possible solution, feel free to contact me.
₹1,200 INR in 1 day
5.0 (2 reviews)
1.8
1.8
User Avatar
Throughout my c experiences, I'm pretty sure that i can help you with your problem. If you need any further informations, don't hesitate to send me a mail.
₹1,500 INR in 2 days
0.0 (1 review)
0.0
0.0
User Avatar
will do it
₹650 INR in 2 days
0.0 (0 reviews)
0.0
0.0
User Avatar
We are capable of delivering the solutions on time with highly improved performance and greatly optimised memory management
₹650 INR in 2 days
0.0 (0 reviews)
0.0
0.0

About the client

Flag of INDIA
Ahmedabad, India
0.0
0
Member since Feb 4, 2014

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.