Skip to content

Commit

Permalink
更新 Python 版本要求
Browse files Browse the repository at this point in the history
  • Loading branch information
laubonghaudoi authored Jun 4, 2024
1 parent fe5613d commit 90fe555
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 安裝
Expand Down Expand Up @@ -90,10 +94,6 @@ cantofilter --input input.txt --model label > output.txt

噉樣嘅 `output.txt` 剩得一列,全部都係分類標籤。

## 依賴

Python >= 3.6

# Cantonese text filter

## Overview
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 90fe555

Please sign in to comment.