master
/ .ipynb_checkpoints / app_spec-checkpoint.yml

app_spec-checkpoint.yml @6135863 raw · history · blame

1
2
3
4
5
6
7
8
9
input:
  Chinese_word:
    value_type: "str"
  style:
    value_type: "str"
    value_range: ['藏头诗', '藏字诗'] 
output:
  Poetry:
    value_type: "str"