Commit 7cf1c31b authored by zhou's avatar zhou

Update readme.md

parent 09c3dc64
Pipeline #103 failed with stages
......@@ -25,7 +25,7 @@
ner.param_extract(a)
```
## 三.非标转标模块
#### 1.调用seq2seq/seq2seq_main.py中的seq2seq类,输入子类编码和参数项
#### 1.调用seq2seq/seq2seq_main.py中的seq2seq类,输入子类编码和参数项进行实例化。
#### 2.若要训练,保证seq2seq/data文件夹中有相应类和相应参数项的训练集,调用model_train()方法。
#### 3.若模型已经存在,确保其在model文件夹中,调用model_load()方法。
#### 4.非标转标调用decode_sequence()方法,输入非标准值,输出标准值,皆为字符串格式。
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment