Skip to content
Snippets Groups Projects
Forked from PortalMEC / portalmec
2661 commits behind the upstream repository.
user avatar
Mateus Rambo Strey authored
Autocomplete

Incremented information about how to execute the autocomplete server and fixed bug with upcase characters

See merge request !114
ed188268
History
Name Last commit Last update
..
src
CMakeLists.txt
brazilian.txt
readme.txt
= Autocomplete Server =

== Dependency - Ubuntu ==
To compile is needed this package:
  - libmicrohttpd-dev

== How Compile ==
  # mkdir build
  # cd buid
  # cmake ..
  # make

== How execute ==
  # ./autocomplete_server <File:dictionary> <Int:port=4242>
  # wget "http://localhost:4242?q=medu" -O result.json