Skip to content

Commit

Permalink
fix(childes): use correct xmlns (#2998)
Browse files Browse the repository at this point in the history
Fixes #2997
  • Loading branch information
sid-maddy committed May 9, 2022
1 parent 0852dd0 commit de46911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nltk/corpus/reader/childes.py
Expand Up @@ -20,7 +20,7 @@
from nltk.util import LazyConcatenation, LazyMap, flatten

# to resolve the namespace issue
NS = "https://www.talkbank.org/ns/talkbank"
NS = "http://www.talkbank.org/ns/talkbank"


class CHILDESCorpusReader(XMLCorpusReader):
Expand Down

0 comments on commit de46911

Please sign in to comment.