thomjur / PyCollocation

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

Visualization/Output #7

Closed thomjur closed 2 years ago

thomjur commented 2 years ago

I am currently working on a more structured output of the results.

thomjur commented 2 years ago

I have added a new way to display the left_counter and right_counter via a function in tools that displayes them ordered by frequency with the help of a pandas dataframe. So far, this is only used in the test.py section.