EDGAR文件中的信息提取 概述: 使用Conda进行安装: conda create -n edgar python==3.8 conda activate edgar git clone https://github.com/rs-kellogg/edgar2data.git cd edgar pip install . python -m spacy download en_core_web_md 运行测试: conda install pytest pytest ./tests 运行CLI: edgar2data --help