Skip to content

Commit

Permalink
makefile tweaks; doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
scivey committed Nov 30, 2015
1 parent cdcc632 commit 83f8f18
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion clients/ruby/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h3><strong>relevanced</strong> can process text in English, Italian, German, French, Spanish and Russian. It is unicode-aware and uses UTF-8 for all internal string representations.
</h3>

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

<h3>Clients are available for <a href="/clients/python">Python</a>, <a href="/clients/jvm">Java</a>, <a href="/clients/javascript">Javascript</a> and <a href="/clients/ruby">Ruby</a>.

Expand Down

0 comments on commit 83f8f18

Please sign in to comment.