|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
<p>This application is a part of the <a href="https://glossa.info/" target="_blank">glossa.info</a> project.</p> |
|
|
|
<p>This application is a part of the <a href="https://glossa.info/" target="_blank">glossa.info</a> project.</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>This is a semi-automatic parser of Ancient Greek and Latin languages, based on |
|
|
|
<p>This is a semi-automatic parser of Ancient Greek and Latin languages, based on |
|
|
|
<a href="http://www.perseus.tufts.edu/" target="_blank">http://www.perseus.tufts.edu/</a>.</p> |
|
|
|
<a href="http://www.perseus.tufts.edu/" target="_blank">http://www.perseus.tufts.edu/</a>.</p> |
|
|
|
|
|
|
|
|
|
|
|
<p>The application can be used to determine the root form of a word from its |
|
|
|
<p>The application can be used to determine the root form of a word from its |
|
|
@ -75,8 +75,10 @@ form, facilitating translation from ancient languages.</p> |
|
|
|
$ lexis -h |
|
|
|
$ lexis -h |
|
|
|
Usage: |
|
|
|
Usage: |
|
|
|
CLI: lexis <text> |
|
|
|
CLI: lexis <text> |
|
|
|
WEB: lexis --serve [--port] |
|
|
|
WEB: lexis --serve [--port] [--host] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-host string |
|
|
|
|
|
|
|
Host to bind (default "127.0.0.1") |
|
|
|
-port int |
|
|
|
-port int |
|
|
|
Server port (default 9000) |
|
|
|
Server port (default 9000) |
|
|
|
-serve |
|
|
|
-serve |
|
|
@ -88,11 +90,11 @@ form, facilitating translation from ancient languages.</p> |
|
|
|
<pre> |
|
|
|
<pre> |
|
|
|
#1 |
|
|
|
#1 |
|
|
|
$ make serve |
|
|
|
$ make serve |
|
|
|
Server is started at port 9000 |
|
|
|
Server is started at 127.0.0.1:9000 |
|
|
|
|
|
|
|
|
|
|
|
#2 |
|
|
|
#2 |
|
|
|
$ lexis --serve [--port] |
|
|
|
$ lexis --serve [--port] [--host] |
|
|
|
Server is started at port 9000 |
|
|
|
Server is started at 127.0.0.1:9000 |
|
|
|
|
|
|
|
|
|
|
|
$ xdg-open http://localhost:9000 |
|
|
|
$ xdg-open http://localhost:9000 |
|
|
|
</pre> |
|
|
|
</pre> |
|
|
|