[FEAT] Adding bipartite cooccurrences as REST API:
to run it: 1) ./manage syncdb 2) add and parse a new corpus 3) test it: http://localhost:8000/api/corpus/$corpus_id/graph?field1=journal&field2=ngrams http://localhost:8000/api/corpus/$corpus_id/graph?field1=authors&field2=ngrams Now, have to update the JSON format for the explorer.
Showing
rest_v1_0/graph.py
0 → 100644
Please register or sign in to comment