Skip to content

go-aie/lac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lac

Go Reference

Go Inference API for LAC.

Installation

  1. Install lac

    $ go get -u github.com/go-aie/lac
  2. Install Paddle Inference Go API

Documentation

Check out the documentation.

Testing

Generate the inference model:

$ python3 cli/cli.py download

Run tests:

$ go test -v -race | grep -E 'go|Test'
=== RUN   TestCustomization_Parse
--- PASS: TestCustomization_Parse (0.00s)
=== RUN   TestTriedTree_Search
--- PASS: TestTriedTree_Search (0.00s)
=== RUN   TestLAC_Seg
--- PASS: TestLAC_Seg (0.15s)
ok  	github.com/go-aie/lac	1.188s

License

MIT

Releases

No releases published

Packages

No packages published