From 51ca3a285dfefd3ebe4360ab5a4596682d774f7e Mon Sep 17 00:00:00 2001 From: honnibal Date: Tue, 27 Jan 2015 21:55:23 +1100 Subject: [PATCH 1/2] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index db3b7efb9..d86a30ce7 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,20 @@ spaCy Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL. +Tested (and working) with: + +* CPython 2.7 +* CPython 3.4 +* OSX +* Linux + +Untested: + +* Windows + +Fails with: + +* PyPy 2.7 +* PyPy 3.4 + http://honnibal.github.io/spaCy From 97d91ada3a8141a7ef719f6cc2dff37a1c869cee Mon Sep 17 00:00:00 2001 From: honnibal Date: Tue, 27 Jan 2015 21:55:36 +1100 Subject: [PATCH 2/2] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d86a30ce7..fd569bed1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ spaCy ===== + +http://honnibal.github.io/spaCy + Fast, state-of-the-art natural language processing pipeline. Commercial licenses available, or use under AGPL. Tested (and working) with: @@ -19,4 +22,3 @@ Fails with: * PyPy 2.7 * PyPy 3.4 -http://honnibal.github.io/spaCy