semix

command module
v1.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 25, 2018 License: MIT Imports: 2 Imported by: 0

README

Semix

SEMantic IndeXing

Usage

Usage: semix [command] [--help]

Testing

[go get &&] go test [-cover] ./...

Installing

[go get &&] go install semix.go

Building

[go get &&] go build -o semix semix.go

Downloads

You can download the pre-compiled binaries from the downloads page. If you want to use the (simplistic) httpd daemon, you should also download one of the supplied html package files.

Build tags

There a are 5 optional build tags, that control the size of the directory storage entries:

  • isize1: the strings of matches are not stored in the entries
  • isize2: both the strings and the position of matches are not stored in the entries
  • isize3: the string of matches and the relation for indirect entries are not stored in the entries
  • isize4: the string, the position and the relation of indirect entries are not stored in the entries
  • isize5: the relation of indirect entries are not stored in the entries

You can choose to compile or install this project using one of the five available build tags: go <build|install> -tags isize1 semix.go.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
pkg
cmd
httpd
Package httpd implements a simple http server for semix
Package httpd implements a simple http server for semix
resource
Package resource defines the configuration for a knowledge base resource.
Package resource defines the configuration for a knowledge base resource.
say
Package say implements a simple threadsave logger that exposes Info and optional Debug type messages.
Package say implements a simple threadsave logger that exposes Info and optional Debug type messages.
traits
Package traits defines a simple structure to configure traits.
Package traits defines a simple structure to configure traits.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL