diff --git a/README.md b/README.md index 6cd1e26..2a6ee8d 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ Lau, Chaak Ming (劉擇明). 2022. Lingusitic features and automatic detection o Lau, Chaak Ming. 2024. Ideologically driven divergence in Cantonese vernacular writing practices. In J.-F. Dupré, editor, _Politics of Language in Hong Kong_, Routledge. +## 依賴 + +Python >= 3.11 + ## 用法 首先用 pip 安裝 @@ -90,10 +94,6 @@ cantofilter --input input.txt --model label > output.txt 噉樣嘅 `output.txt` 剩得一列,全部都係分類標籤。 -## 依賴 - -Python >= 3.6 - # Cantonese text filter ## Overview @@ -125,6 +125,10 @@ The definitions and boundaries of 'Cantonese text' and 'Mandarin text' depend on Lau, Chaak Ming. 2024. Ideologically driven divergence in Cantonese vernacular writing practices. In J.-F. Dupré, editor, _Politics of Language in Hong Kong_, Routledge. +## Requirement + +Python >= 3.11 + ## How to use Install the package with pip first @@ -181,7 +185,3 @@ cantofilter --input input.txt --mode label > output.txt ``` Then your `output.txt` will contain only classification results of the input sentences. - -## Requirement - -Python >= 3.6