You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# txt = 'The Alraigo Incident occurred on 6th June 1983, when a lost British Royal Navy Sea Harrier fighter aircraft landed on the deck of a Spanish container ship.[1][2] Its pilot, Sub-lieutenant Ian Watson, was a junior Royal Navy Pilot undertaking his first NATO exercise from HMS Illustrious, which was operating off the coast of Portugal. Watson was launched in a pair of aircraft tasked with locating a French aircraft carrier under combat conditions including radio-silence and radar switched off.'
41
+
# # switch models
42
+
# for avalable_model in sn.available_models:
43
+
# logger.info(f'current model is {avalable_model}')
44
+
# sn.set_model(avalable_model)
45
+
# result1 = sn.extract_named_ents(txt)
46
+
# if result1:
47
+
# result1_str = "\n".join(str(x) for x in result1)
48
+
# logger.info(f'result of NER for model {avalable_model} is {result1_str}')
0 commit comments