[Groonga-commit] ranguba/chupa-text at d6029eb [master] http-server: fix score

Back to archive index
Kouhei Sutou null+****@clear*****
Fri Mar 29 19:28:57 JST 2019


Kouhei Sutou	2019-03-29 19:28:57 +0900 (Fri, 29 Mar 2019)

  Revision: d6029eba0aae91026adbe6dc2bddc6fb4f1393f0
  https://github.com/ranguba/chupa-text/commit/d6029eba0aae91026adbe6dc2bddc6fb4f1393f0

  Message:
    http-server: fix score

  Modified files:
    lib/chupa-text/decomposers/http-server.rb

  Modified: lib/chupa-text/decomposers/http-server.rb (+1 -1)
===================================================================
--- lib/chupa-text/decomposers/http-server.rb    2019-03-28 18:00:33 +0900 (e023ffd)
+++ lib/chupa-text/decomposers/http-server.rb    2019-03-29 19:28:57 +0900 (be3fb2a)
@@ -52,7 +52,7 @@ module ChupaText
 
       def target_score(data)
         if target?(data)
-          100
+          -100
         else
           nil
         end
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190329/940aeb55/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index