Initial commit
This commit is contained in:
commit
f3bd7b0207
3 changed files with 106 additions and 0 deletions
15
nim_word_prediction.nimble
Normal file
15
nim_word_prediction.nimble
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
# Package
|
||||
|
||||
version = "0.1.0"
|
||||
author = "joachimschmidt557"
|
||||
description = "Next word prediction"
|
||||
license = "MIT"
|
||||
srcDir = "src"
|
||||
bin = @["nim_word_prediction"]
|
||||
|
||||
|
||||
|
||||
# Dependencies
|
||||
|
||||
requires "nim >= 0.20.0"
|
||||
requires "neo >= 0.2.5"
|
||||
Loading…
Add table
Add a link
Reference in a new issue