Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ikkkp/compkey_search


https://github.com/ikkkp/compkey_search

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# compkey_search

Competitive Keyword Algorithm-Based E-commerce Keyword Search System

**this is the backend of Competitive Keyword Search System**

try modified the file to fit your dataset: **com\datafile\PathClass.java**

The dataset has been uploaded to Baidu Cloud Drive.

```
链接:https://pan.baidu.com/s/11idQHRUp3WBm-T1d8rM0Bg?pwd=m92j
提取码:m92j
```

The project directory structure is as follows:

```
C:.
├─.idea
│ ├─artifacts
│ └─codeStyles
├─data
│ ├─搜狗比赛数据
│ └─电子商务与电子政务实验数据
│ └─实验数据
├─src
├─main
│ ├─java
│ │ ├─com
│ │ │ ├─compkey
│ │ │ ├─Dao
│ │ │ ├─datafile
│ │ │ ├─entity
│ │ │ ├─mycompany
│ │ │ │ └─mavenproject1
│ │ │ ├─service
│ │ │ └─util
│ │ └─META-INF
│ └─resources
│ └─org
│ └─mybatis
└─test
└─java
```