Merge branch 'LUCY-282-test-analysis-go' Refine and test the Go bindings for Token, Inversion and various Analyzers.
This closes #24. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/61d45291 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/61d45291 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/61d45291 Branch: refs/heads/master Commit: 61d45291a5dffd85a26026b4ad7c9cd7adc14c3d Parents: 245ed3b 51029f8 Author: Marvin Humphrey <[email protected]> Authored: Thu Oct 15 14:39:25 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Thu Oct 15 14:39:25 2015 -0700 ---------------------------------------------------------------------- go/build.go | 9 ++++ go/lucy/analysis.go | 66 ++++++++++++++++++++++++ go/lucy/analysis_test.go | 117 ++++++++++++++++++++++++++++++++++++++++++ go/lucy/lucy_test.go | 10 ---- 4 files changed, 192 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/61d45291/go/build.go ----------------------------------------------------------------------
