From 9a526164465fe97d55942d7636ceb648108b81b4 Mon Sep 17 00:00:00 2001 From: Kensuke-Mitsuzawa Date: Tue, 29 Nov 2016 01:38:26 +0900 Subject: [PATCH] readme updated --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3758d5..5b43271 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ Removed a bug when calling n_gram method of DataConverter * Resolved bottleneck poins in pre-processing * Introduced dict-vectorising in ScikitLearn - * Introduced Cython in calculating PMI \& SOA. You can call them with `use_cython=True` flag. See `examples/example_python3.py` + * Introduced Cython in calculating PMI \& SOA. You can call them with `use_cython=True` flag. See `examples/basic_example.py` * Performance * Cython PMI takes 11.87 sec. * Python multiprocessing PMI takes 513.541 sec. (8.55 min.)