search

package module
v0.0.0-...-022dc6c Latest Latest
Warning

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

Go to latest
Published: Dec 16, 2021 License: MIT Imports: 16 Imported by: 0

README

This project is a prototype semantic search web application that I developed as part of my master's thesis at Keio University. I presented the results of my research at iiWAS 2015 in Brussels, Belgium. My article, titled Restaurant Search with Predictive Multispace Queries was published in the in the ACM International Conference Proceeding Series. The video below demonstrates the web application in action:

You can get a better understanding of the goals of this experimental search system by referring to the overview presentation; it provides a brief overview of the points covered in my article. Although I no longer make the prototype accessible on the web, it is easy to get it up and running locally by following the instructions below.

Installation

  1. Install the dependencies: Bower, Go, and Node.js.
  2. Install the search application:
    $ go get github.com/FooSoft/restaurant-search
    
  3. Install the client libraries (from the search/static directory):
    $ bower install
    
  4. Build and start the server (from the search/cmd directory):
    $ go build
    $ ./cmd
    
  5. Access the web application at localhost:8080.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewSearchApp

func NewSearchApp() (*http.ServeMux, error)

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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