From 24b379febff0258523a5504aa855e7bd2eca7e8e Mon Sep 17 00:00:00 2001 From: Shuntaro Yada Date: Fri, 17 Mar 2023 21:31:01 +0900 Subject: [PATCH] fix colab badge and usage text --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af2b0e0..0696e54 100644 --- a/README.md +++ b/README.md @@ -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). @@ -31,8 +29,16 @@ pip install limco ## Usage / 使い方 +Google Colab で limco を試せるテンプレートがありますのでぜひお試しください. + + + Open In Colab + + 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 ```