Consider the following paragraph: “Most of the software failed due to fuzzy and incompatible requirements. Software requirements are baseline of any system. A flourishing system will be delivered on the basis of precise and valuable requirement gathering. Software requirement classifiers are used to remove the vagueness from elicited requirements. Two processes were discussed to classify the requirements. Heavy classification and Light classification. For heavy classification, Naive Bayes (NB) technique has been used and for light classification Euclidean distance (ED) measures have been used. These two approaches are used to aid effectiveness in managing the requirement specification. Selected dataset was not relevant to research domain and its size is small to estimate the accuracy of suggested methods.” Write a program that input the given paragraph. Write four functions that : Display how many times the word “and” have been appeared in the paragraph. Display the total number of words, Total number of sentences and Search how many time the starting character of your first name appeared in the above paragraph. Add screen shot, which Display both your name and no of times the starting character of your name appears in the paragraph both in upper case and lower case.
Consider the following paragraph:
“Most of the software failed due to fuzzy and incompatible requirements. Software requirements are baseline of any system. A flourishing system will be delivered on the basis of precise and valuable requirement gathering. Software requirement classifiers are used to remove the vagueness from elicited requirements. Two processes were discussed to classify the requirements. Heavy classification and Light classification. For heavy classification, Naive Bayes (NB) technique has been used and for light classification Euclidean distance (ED) measures have been used. These two approaches are used to aid effectiveness in managing the requirement specification. Selected dataset was not relevant to research domain and its size is small to estimate the accuracy of suggested methods.”
Write a program that input the given paragraph. Write four functions that :
- Display how many times the word “and” have been appeared in the paragraph.
- Display the total number of words,
- Total number of sentences and
- Search how many time the starting character of your first name appeared in the above paragraph. Add screen shot, which Display both your name and no of times the starting character of your name appears in the paragraph both in upper case and lower case.
Step by step
Solved in 4 steps with 2 images