Question: pls, answer 5 & 6 True/False Questions Its an assignment on Natural language processing (NLP) Thanks Q5. The output of the following code is 'tiangong@tiangong.edu.cn'.

pls, answer 5 & 6
True/False Questions
Its an assignment on Natural language processing (NLP)
Thanks
Q5. The output of the following code is 'tiangong@tiangong.edu.cn'. import re pattern = '[a-zht_?[a-z] *@tiangong.edu.cn' ' teste string = 'tiangong@tiangong.edu.cn' print (re.findall (pattern, test, string) ) = = Q6. The output of the following code is 'tjpu_@tiangong.edu.cn'. import re pattern = '[a-zhit_?[a-z] *@tiangong.edu.cn' teste string = 'tjpu_@tiangong.edu.cn ' print (re.findall (pattern, test string)) = =
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
