6.1 标注平台使用手册

Label studio使用手册

6.2 标签模板

<View>
<Labels name="label" choice="single" toName="text">
<Label value="province" hotkey="1" background="#D4380D"/>
<Label value="city" hotkey="2" background="#FFC069"/>
<Label value="district" hotkey="d" background="#9254DE"/>
<Label value="township" hotkey="t" background="#D4380D"/>
<Label value="road" background="#389E0D"/>
<Label value="housenumber_prefix" background="#FFA39E"/>
<Label value="houseNumber" hotkey="h" background="#AD8B00"/>
<Label value="houserbunmer_suffix" background="#D4380D"/>
<Label value="houseNumber2nd" background="#0D8B0A"/>
<Label value="building" hotkey="b" background="#ADC6FF"/>
<Label value="room" hotkey="r" background="#096DD9"/>
<Label value="community" hotkey="c" background="#FFA39E"/>
<Label value="floor" hotkey="f" background="#5CDBD3"/>
<Label value="poi" hotkey="p" background="#F759AB"/>
<Label value="devZone" hotkey="3" background="#FFC069"/>
<Label value="station" background="#AD8B00"/>
<Label value="village" hotkey="v" background="#3c380d"/>
<Label value="neighborhood" hotkey="n" background="#FFC069"/>
<Label value="ambiguous" background="#5CDBD3"/>
<Label value="zhai" hotkey="z" background="#D96D09"/>
<Label value="country" background="#FFA39E"/>
<Label value="cell" background="#D3F261"/>
<Label value="assist" hotkey="a" background="#9254DE"/>
<Label value="crossing" background="#F759AB"/>
<Label value="villageGroup" background="#FFA39E"/>
<Label value="transitLine" background="#D3F261"/>
<Label value="subArea" background="#FFA39E"/>
</Labels>
<Text name="text" value="$address" granularity="word"/>
</View>

其中,hotkey表示标签快捷键,可自定义。