You would like to do some experiments in natural language processing. Natural language processing (NLP) involves using machines to recognize human languages. Your first idea is to write a program that can distinguish English text from French text. After some analysis, you have concluded that a very reasonable way of distinguishing these two languages is to compare the occurrences of the letters t and T to the occurrences of the letters s and s. Specifically: • if the given text has more t and T characters than 5 and s characters, we will say that it is (probably) English text; • if the given text has more and s characters than t and T characters, we will say that it is (probably) French text; • if the number of t and T characters is the same as the number of s and s characters, we will say that it is (probably) French text. Input Specification The input will contain the number N (0
You would like to do some experiments in natural language processing. Natural language processing (NLP) involves using machines to recognize human languages. Your first idea is to write a program that can distinguish English text from French text. After some analysis, you have concluded that a very reasonable way of distinguishing these two languages is to compare the occurrences of the letters t and T to the occurrences of the letters s and s. Specifically: • if the given text has more t and T characters than 5 and s characters, we will say that it is (probably) English text; • if the given text has more and s characters than t and T characters, we will say that it is (probably) French text; • if the number of t and T characters is the same as the number of s and s characters, we will say that it is (probably) French text. Input Specification The input will contain the number N (0
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
Related questions
Question
Only write it in python language

Transcribed Image Text:CCC '11 S1 - English or French?
Canadian Computing Competition: 2011 Stage 1, Senior #1
You would like to do some experiments in natural language processing. Natural language processing (NLP)
involves using machines to recognize human languages.
Your first idea is to write a program that can distinguish English text from French text.
After some analysis, you have concluded that a very reasonable way of distinguishing these two languages is to
compare the occurrences of the letters t and T to the occurrences of the letters s and S. Specifically:
• if the given text has more t and T characters than s and s characters, we will say that it is
(probably) English text;
if the given text has more s and s characters than t and T characters, we will say that it is
(probably) French text;
• if the number of t and T characters is the same as the number of 5 and s characters, we will say
that it is (probably) French text.
Input Specification
The input will contain the number N (0 < N < 10000) followed by N lines of text, where each line has at least
one character and no more than 100 characters.
Output Specification
Your output will be one line. This line will either consist of the word English (indicating the text is probably English)
or French (indicating the text is probably French).
Sample Input 1
Соpy
3
The red cat sat on the mat.
Why are you so sad cat?
Don't ask that.
Output for Sample Input 1
Copy
English
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution!
Trending now
This is a popular solution!
Step by step
Solved in 4 steps with 2 images

Recommended textbooks for you

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON

Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science

Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning

Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education

Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY