A semi-automatic parser of Ancient Greek and Latin languages. https://lexis.glossa.info/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

8 lines
105 B

module lexis
go 1.16
require (
github.com/PuerkitoBio/goquery v1.6.1
github.com/gorilla/mux v1.8.0
)