Skip to content

German: Quotation marks not correctly tokenized #596

@jgontrum

Description

@jgontrum

In some cases, a quotation mark is not separated from the following token.

Example

import spacy
German = spacy.load('de')
analysis = list(German(u'"Ich mag keine Anführungszeichen."'))
print(analysis[0])

=> "Ich

Your Environment

  • Operating System: OSX 10.11.6
  • Python Version Used: 2.7.12
  • spaCy Version Used: 1.1.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions