slanglab / phrasemachine

Quickly extract multi-word phrases from a corpus
http://slanglab.cs.umass.edu/phrasemachine/
MIT License
190 stars 26 forks source link

urlopen error unknown url type: c #15

Open richardxy opened 6 years ago

richardxy commented 6 years ago

I installed phrasemachine in Windows 10, with Python 2.7.

Running the test code gave me the error below. Please let me know what went run. Thanks! ... 1264 def unknown_open(self, req): 1265 type = req.get_type() -> 1266 raise URLError('unknown url type: %s' % type) 1267 1268 def parse_keqv_list(l):

URLError:

HarrySong123 commented 5 years ago

have you solved? I need your help.