ECDICT icon indicating copy to clipboard operation
ECDICT copied to clipboard

Missing File named "bnc-lemma.txt"

Open wjuncc opened this issue 7 years ago • 2 comments

Great work first of all! I was toying around with this. To be honest I had trouble getting your example to work.

Environment

system: win7 x64 IDE: Wing IDE python version: Python 2.7.10

Report

def test4():

An exception is thrown, when running linguist.py . See image below. The file named "bnc-lemma.txt" doesn't exists.

wjuncc avatar Dec 28 '17 22:12 wjuncc

def test2(): & def test3():

Missing module named ascmini And pip can't get the module.

PS C:\Program Files\Listary> pip install ascmini
You are using pip version 6.1.1, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Collecting ascmini
  Could not find a version that satisfies the requirement ascmini (from versions
: )
  No matching distribution found for ascmini
PS C:\Program Files\Listary>

wjuncc avatar Dec 28 '17 23:12 wjuncc

https://github.com/skywind3000/collection/tree/master/script

ascmini 就是一个工具库,这里可以下载到。

bnc-lemma 改名了,叫做 lemma.en.txt

skywind3000 avatar Dec 29 '17 06:12 skywind3000