GitHub user xristy opened a pull request:
https://github.com/apache/jena/pull/246
Generic text analyzers
This PR implements JENA-1326 and includes some tests.
Updates to
[text-query.mdtext.zip](https://github.com/apache/jena/files/949831/text-query.mdtext.zip)
are attached.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/BuddhistDigitalResourceCenter/jena
generic-text-analyzers
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jena/pull/246.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #246
----
commit 1440e81d75ee01baf874c407d5f0017bc59c6787
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-17T19:53:41Z
initial commit for generic analyzers
commit 8b3757bae52d08d4b308bd0f996ff452c60cc7c9
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-19T19:43:04Z
initial documentation
commit 27ea30b73855d7a3cf0cd9561d2089295ec03353
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-20T20:37:00Z
implement GenericAnalyzerAssembler. TO DO: Tests
commit c429c1d8e6fa7a7473001289985a9265fcc4ff37
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-21T13:56:48Z
Merge remote-tracking branch 'apache/master' into generic-text-analyzers
grabbing updates to jena-text
commit 8f1fa7ccbf2cb05f2eed121831c39e07260ec18b
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-21T21:02:20Z
adding GenericAnalyzer tests
commit d2f0561b99c957658261b3693e4a89892369a65a
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-22T17:29:04Z
added parameters of type org.apache.lucene.analysis.Analyzer
commit 94b41be7553a4f955c0e41c868d94662bdd7236e
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-22T17:29:47Z
added more tests
commit 57ded6a9c1f7d275de4f8e6294611a869407534d
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-22T21:15:58Z
ignore: organize imports
commit a3bb8e41aeaf9be3540cf0a6be84cd9dc9b43b28
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-22T21:31:54Z
added analyzer definitions: 1) DefinedAnalyzers for use in text:map; 2)
add analyzers to Multilingual support based on BCP47 codes
commit 311efab2fd26a58406b29b64d74b41039292d080
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-23T14:18:35Z
represent parameter types as resources like text:TypeSet instead of
literal string
commit 5edb6c8758124fe8dd5a96d7b92949fc3ac1f61f
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-23T15:13:09Z
factor DefinedAnalyzerAssembler and DefineAnalyzersAssembler into
separate classes; move defined analyzer cache to Utils along side the
language tagged analyzers since both caches have the same lifetime and
similar uses.
commit cc579790631d92499ef44717e540ceaefcfe1d89
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-23T16:17:20Z
Merge remote-tracking branch 'apache/master' into generic-text-analyzers
merging jena-tex-es changes
commit fef4d22faeda09159cc2523e477571d1d23a85e7
Author: Chris Tomlinson <[email protected]>
Date: 2017-04-23T16:20:53Z
ignore extras
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---