Update
This commit is contained in:
parent
e6d4791323
commit
e6ae0d9d47
2 changed files with 4 additions and 1 deletions
4
.github/workflows/cutword.yml
vendored
4
.github/workflows/cutword.yml
vendored
|
@ -1,7 +1,9 @@
|
|||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'cutword/**'
|
||||
- 'cutword/Cargo.lock'
|
||||
- 'cutword/Cargo.toml'
|
||||
- 'cutword/src/**'
|
||||
|
||||
name: Prebuild word segmenter
|
||||
|
||||
|
|
1
cutword/nyx_bot-cutword.py
Normal file → Executable file
1
cutword/nyx_bot-cutword.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env python3
|
||||
import sys
|
||||
|
||||
from jieba import posseg
|
||||
|
|
Loading…
Reference in a new issue