Skip to content

Commit

Permalink
add config to exp1/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ljy0ustc committed Oct 4, 2021
1 parent b149ca6 commit 9d5fa94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions exp1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,9 @@ doc=[(id,freq)]
```

`PostingList`是倒排表,`word`是词项,`doc`是词项所在的文档列表,`id`是文档编号,`freq`是词项在文档中的频率

#### 创建环境

```
conda env create -f config.yaml
```

0 comments on commit 9d5fa94

Please sign in to comment.