Bug#900471: RFS: groonga/8.0.3-1

2018-06-03 Thread Kentaro Hayashi
Hi,

On Sun, 03 Jun 2018 12:43:17 +0200 ox16  wrote:
> Do You know tatoeba.org website?

No.

> Is possible integrate this database?

It depends what you want. I hope it is possible, but I can't guess "integrate" 
precisely.
It seems that chat room [1]  or mailing list [2] is the preferable way
 to talk about it.

[1] https://gitter.im/groonga/en
[2] https://sourceforge.net/projects/groonga/lists/groonga-talk



pgp2x19rhGHxh.pgp
Description: PGP signature


Bug#900471: Odp: Bug#900471: RFS: groonga/8.0.3-1

2018-06-03 Thread ox16
Dnia 3 czerwca 2018 10:18 Kentaro Hayashi  
napisał(a):  On Thu, 31 May 2018 13:57:13 +0200  ox16  wrote: 
  * Package name    : groonga  it working with Polish language?   Technically, 
yes.  It seems that Polish full text search example also works.   Do You know 
tatoeba.org website? Is possible integrate this database?


Bug#900471: Odp: Bug#900471: RFS: groonga/8.0.3-1

2018-06-03 Thread Kentaro Hayashi
On Thu, 31 May 2018 13:57:13 +0200
ox16  wrote:

> * Package name    : groonga
>  it working with Polish language?

Technically, yes.
It seems that Polish full text search example also works.

Here is the example to demonstrate it:

  % cat polish.grn
  table_remove Examples
  table_remove Terms
  table_create --name Examples --flags TABLE_HASH_KEY --key_type ShortTex
  column_create --table Examples --name sentence --type ShortText
table_create --name Terms --flags TABLE_PAT_KEY --key_type ShortText 
--default_tokenizer TokenBigram
  column_create --table Terms --name sentence_index --flags 
COLUMN_INDEX|WITH_POSITION --type Examples --source sentence
  
  load --table Examples
  [
  {"_key":"book","sentence":"Janek czyta książkę."},
  {"_key":"car","sentence":"To jest samochód Janka."}
  ]
  select Examples --query "sentence:@książkę"
  
In console:

  % mkdir -p testdb
  % groonga -n testdb/db < polish.grn
  [[0,1528012694.460464,0.01500058174133301],
  
[[[1],[["_id","UInt32"],["_key","ShortText"],["sentence","ShortText"]],[1,"book","Janek
 czyta książkę."

select Examples --query "sentence:@książkę" execute fulltext search by "książkę"
 from sentence column in Examples table.


pgp8S9uLHhEqc.pgp
Description: PGP signature


Bug#900471: Odp: Bug#900471: RFS: groonga/8.0.3-1

2018-05-31 Thread ox16
* Package name    : groonga  it working with Polish language?


Bug#900471: RFS: groonga/8.0.3-1

2018-05-31 Thread Kentaro Hayashi
Package: sponsorship-requests
Severity: wishlist

Dear mentors,

I am looking for a sponsor for my package "groonga"

* Package name: groonga
  Version : 8.0.3-1
  Upstream Author : Groonga Project 
* Url : http://groonga.org/
* Licenses: LGPL-2.1
  Section : database

It builds those binary packages:

  * groonga
  * groonga-server-common
  * groonga-server-gqtp
  * libgroonga-dev
  * libgroonga0
  * groonga-tokenizer-mecab
  * groonga-token-filter-stem
  * groonga-plugin-suggest
  * groonga-bin
  * groonga-httpd
  * groonga-doc
  * groonga-examples
  * groonga-munin-plugins

To access further information about this package, visit the following URL:

https://mentors.debian.net/package/groonga

Alternatively, one can download the package with dget using this command:
dget -x 
https://mentors.debian.net/debian/pool/main/g/groonga/groonga_8.0.3-1.dsc


More information about groonga can be obtained from
http://groonga.org/

Changes since last upload:

 * New upstream version 8.0.3.
  * debian/patches/fix-nginx-FTBFS-on-kfreebsd.patch
- Refresh patch to fix FTBFS on kFreeBSD.

Regards,


pgpTEn8hWoA1L.pgp
Description: PGP signature