Commit 2584e64c authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FEAT] NgramsTable todos completed.

parent 82135cd7
...@@ -989,6 +989,9 @@ apiNgramsTableDoc :: (RepoCmdM env err m, HasNodeError err, HasConnection env) ...@@ -989,6 +989,9 @@ apiNgramsTableDoc :: (RepoCmdM env err m, HasNodeError err, HasConnection env)
--apiDocNgramsTable = getTableNgramsDoc --apiDocNgramsTable = getTableNgramsDoc
:<|> tableNgramsPut :<|> tableNgramsPut
:<|> tableNgramsPost :<|> tableNgramsPost
-- > add new ngrams to the repo (TODO NP)
-- > add new ngrams in database (TODO AD)
-- > index all the corpus accordingly (TODO AD)
--} --}
apiNgramsTableDoc = getTableNgramsDoc apiNgramsTableDoc = getTableNgramsDoc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment