Commit 6b09306c authored by Administrator's avatar Administrator

modifié : lists.py

[DOC] improving the documentation.
parent 90cf28ad
...@@ -63,8 +63,8 @@ def listIds(user_id=None, corpus_id=None, typeList='MiamList'): ...@@ -63,8 +63,8 @@ def listIds(user_id=None, corpus_id=None, typeList='MiamList'):
def listNgramIds(list_id=None, typeList=None, def listNgramIds(list_id=None, typeList=None,
corpus_id=None, doc_id=None, user_id=None): corpus_id=None, doc_id=None, user_id=None):
''' '''
listNgramsIds :: Int | String, Int, Int, Int -> [(Int, Int)] listNgramsIds :: Int | String, Int, Int, Int -> [(Int, String, Int)]
return has types: [(ngram_id, occurrences)] return has types: [(ngram_id, ngram_terms, occurrences)]
Return the list of tuples of Return the list of tuples of
ngram_id and its occurrences according to node_id level. ngram_id and its occurrences according to node_id level.
......
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