Skip to content

Commit

Permalink
Fix Issue #376: and/or was tagged as a noun.
Browse files Browse the repository at this point in the history
  • Loading branch information
honnibal committed Nov 4, 2016
1 parent 737816e commit f0917b6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions spacy/en/language_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@


TOKENIZER_EXCEPTIONS = {
"and/or": [
{
"F": "and/or",
"L": "and/or",
"pos": "CC"
}],
"Ph.D.": [
{
"F": "Ph.D."
Expand Down

0 comments on commit f0917b6

Please sign in to comment.