From 83f8f18bf896d91dd7711c148930c02cee1760de Mon Sep 17 00:00:00 2001 From: Scott Ivey Date: Mon, 30 Nov 2015 00:31:30 -0500 Subject: [PATCH] makefile tweaks; doc tweaks --- Makefile | 2 +- clients/ruby/Makefile | 1 - docs/index.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a863575..ef332e9 100644 --- a/Makefile +++ b/Makefile @@ -150,7 +150,7 @@ test-clients: $(MAKE) -C clients/ruby test $(MAKE) -C clients/java test -publish-clients: test-clients +publish-clients: $(MAKE) -C clients/python publish $(MAKE) -C clients/nodejs publish $(MAKE) -C clients/ruby publish diff --git a/clients/ruby/Makefile b/clients/ruby/Makefile index 64029c4..cd247a7 100644 --- a/clients/ruby/Makefile +++ b/clients/ruby/Makefile @@ -4,7 +4,6 @@ test: cd client && rspec publish: - cd client && npm publish rm -f client/*.gem cd client && gem build relevanced_client.gemspec mv client/*.gem client/relevanced_client.gem diff --git a/docs/index.md b/docs/index.md index c16c24f..5a969b4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -10,7 +10,7 @@

relevanced can process text in English, Italian, German, French, Spanish and Russian. It is unicode-aware and uses UTF-8 for all internal string representations.

-

It can handle massive document collections with limited memory, due to an an out-of-core model retraining approach.

+

It uses an out-of-core model retraining approach to handle massive document collections with limited memory.

Clients are available for Python, Java, Javascript and Ruby.