Skip to content

Instantly share code, notes, and snippets.

@cardoni
Last active August 29, 2015 14:15
Show Gist options
  • Save cardoni/e917e9d6b39be673120e to your computer and use it in GitHub Desktop.
Save cardoni/e917e9d6b39be673120e to your computer and use it in GitHub Desktop.
Regular Expression for Extracting Proper Nouns
/ \s+([ie]*-?[A-Z]+.*?)(?:\s+[a-z\W]|[`'’"^,;:—\\\*\.\(\)\[\]]) /
@cardoni
Copy link
Author

cardoni commented Mar 3, 2015

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