Skip to content

Commit 8defb76

Browse files
author
skywind3000
committed
增加说明:模糊匹配,单词pos
1 parent 8e4f684 commit 8defb76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ fuse:pos = `n:46/v:54`
151151

152152
```python
153153
def stripword(word):
154-
return (''.join([ n for n in word if n.isalnum() ])).lower()
154+
return (''.join([ n for n in word if n.isalnum() ])).lower()
155155
```
156156

157157
CSV数据库虽然没有记录该字段,但每次加载到内存以后会自动为每个单词生成该字段,而 SQLite/MySQL 数据库则是建表的时候就包含该字段,插入单词时为该单词自动计算后插入,以后不在改变。

0 commit comments

Comments
 (0)