Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Optimized iteration in Noun Phrase extraction #261

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant