Skip to content

Commit

Permalink
Partially fix #132: Add zh-Chinese
Browse files Browse the repository at this point in the history
zh-Chinese is added to the text-to-lexeme drop-down menu.
Chinese tokenization is still not implemented.
No other Chinese languages are added.
  • Loading branch information
fnielsen committed Sep 17, 2021
1 parent e31d1cf commit 09d3ae5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ordia/app/templates/text_to_lexemes.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ <h1>Text to lexemes</h1>
<option value="ur"{% if text_language == 'ur' %} selected="selected"{% endif %}>اُردُو - ur - Urdu</option>
<option value="uz"{% if text_language == 'uz' %} selected="selected"{% endif %}>Oʻzbekcha - uz - Uzbek</option>
<option value="vi"{% if text_language == 'vi' %} selected="selected"{% endif %}>Tiếng Việt - vi - Vietnamese</option>
<option value="zh"{% if text_language == 'zh' %} selected="selected"{% endif %}>汉语 - zh - Chinese</option>
</select>
</div>

Expand Down

0 comments on commit 09d3ae5

Please sign in to comment.