gitextract_vphizcmx/ ├── .idea/ │ ├── KG_Agriculture.iml │ ├── misc.xml │ ├── modules.xml │ └── workspace.xml ├── Plants/ │ ├── lexicon.txt │ ├── my_datas_plants.csv │ ├── ner_results_plants.txt │ ├── ner_results_plants2.txt │ ├── plants_struct_datas.csv │ ├── triple_results_plants.txt │ └── triple_results_plants2.txt ├── README.md ├── chinese_agriculture/ │ ├── lexicon.txt │ ├── my_datas_chinese_agriculture.csv │ ├── ner_results_chinese_agriculture.txt │ └── triple_results_chinese_agriculture.txt ├── createKG_neo4j.py ├── crops/ │ ├── lexicon.txt │ ├── my_datas_crops.csv │ ├── ner_results_crops.txt │ └── triple_results_crops.txt ├── data_parser.py ├── getData_from_baike.py ├── get_struct_data.py ├── get_triple_slice.py ├── lexicon.txt ├── myLTP.py ├── my_datas.csv ├── my_struct_datas.csv ├── my_tmp.txt ├── my_triple_datas.txt ├── re_sampling.py ├── stopwords/ │ ├── README.md │ ├── jiebadic.txt │ ├── ltp_stopwords.txt │ ├── 中文停用词表.txt │ ├── 四川大学机器智能实验室停用词库.txt │ └── 百度停用词表.txt ├── tea/ │ ├── lexicon.txt │ ├── my_datas_tea.csv │ ├── ner_results_tea.txt │ └── triple_results_tea.txt ├── triple_ie.py └── 最新三元组.txt