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

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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!