Skip to content

Conversation

@rajeshkumargp
Copy link

Optimized iteration in Noun Phrase extraction

Earlier for loop construct is used to tag as 'NNI' or 'NNP' . and if a Blob has 'n' tag merging to be done,
the blob will be parsed atleast n times.
Now it is optimized as, single parsing is enough to tag as 'NNI'/'NNP', and further parsing for tag merging already tagged terms (ie ('NNI','NN'):' NNI').

The blob is parsed fully, till all tag merging is done in a single parsing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

1 participant