|
|
@ -7,13 +7,13 @@ In some cases, we need to recognize the specific rare words with high accuracy.
|
|
|
|
|
|
|
|
|
|
|
|
this demo is customized for expense account, which need to recognize rare address.
|
|
|
|
this demo is customized for expense account, which need to recognize rare address.
|
|
|
|
|
|
|
|
|
|
|
|
* G with slot: 打车到 "address_slot"。
|
|
|
|
* G with slot: 打车到 "address_slot"。
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
* this is address slot wfst, you can add the address which want to recognize.
|
|
|
|
* this is address slot wfst, you can add the address which want to recognize.
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
* after replace operation, G = fstreplace(G_with_slot, address_slot), we will get the customized graph.
|
|
|
|
* after replace operation, G = fstreplace(G_with_slot, address_slot), we will get the customized graph.
|
|
|
|

|
|
|
|

|
|
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
## Usage
|
|
|
@ -28,6 +28,7 @@ sudo docker run --privileged --net=host --ipc=host -it --rm -v $PWD:/paddle --n
|
|
|
|
### 2. demo
|
|
|
|
### 2. demo
|
|
|
|
* run websocket_server.sh. This script will download resources and libs, and launch the service.
|
|
|
|
* run websocket_server.sh. This script will download resources and libs, and launch the service.
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
cd /paddle
|
|
|
|
bash websocket_server.sh
|
|
|
|
bash websocket_server.sh
|
|
|
|
```
|
|
|
|
```
|
|
|
|
this script run in two steps:
|
|
|
|
this script run in two steps:
|
|
|
|