mainly wants to do tagging for named entity recognition;
specifically, there are two excel files called A (n row 1 column), B (n row 1 column).
for example, each line in An is a descriptive sentence, and each line in B is an entity name
how to efficiently implement functions similar to the following:
for index,row in A.iterrows ():
row[""]BA
ask for advice.