thomjur / PyCollocation

Python module to do simple collocation analysis of a corpus.
GNU General Public License v3.0
0 stars 1 forks source link

Added twitter-adapter #21

Closed trutzig89182 closed 2 years ago

trutzig89182 commented 2 years ago

added very sketchy twitter adapter added a minimal jsonl.gz file (that contains our test sentences in the format {"full_text": "…"}. started test for get_results_collocates which does not work yet as of now.

relates to #2 and #20