Skip to content

Commit

Permalink
fix colab badge and usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
shuntaroy authored Mar 17, 2023
1 parent 52eebf6 commit 24b379f
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# limco: LInguistic Measure COllection

[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1oUqp5qnElqK5p0gPqpKFyylMk5gEZRZk?usp=sharing]

A collection of the stylometric measures for authorship detection that are suggested to have relationships to the attitudes and psychological tendencies of authors.
This library can calculate 12 types of stylometrics, based on Japanese text metrics organised in [Asaishi (2017)](https://doi.org/10.20651/jslis.63.3_159).

Expand Down Expand Up @@ -31,8 +29,16 @@ pip install limco

## Usage / 使い方

Google Colab で limco を試せるテンプレートがありますのでぜひお試しください.

<a href="https://colab.research.google.com/drive/1oUqp5qnElqK5p0gPqpKFyylMk5gEZRZk?usp=sharing">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>

Specify the path to the CSV or Excel file and the column name of the text to be analysed.

解析したいテキストが列として含まれるCSV/Excelファイルのパスを,テキストの列名とともに `limco` コマンドに渡してください.

```shell
limco path/to/file.csv text
```
Expand Down

0 comments on commit 24b379f

Please sign in to comment.