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
Use stop words to shorten physician names. Instead of taking the entire n-gram, see if we can use stop words to shorten the span by cutting it based on the location of the stop words.
Look at each token in the physician name span from the outsides to see if they are stop words. If they are condense the span.
The text was updated successfully, but these errors were encountered:
Use stop words to shorten physician names. Instead of taking the entire n-gram, see if we can use stop words to shorten the span by cutting it based on the location of the stop words.
Look at each token in the physician name span from the outsides to see if they are stop words. If they are condense the span.
The text was updated successfully, but these errors were encountered: