diff --git a/README.md b/README.md index e7d1ddf..20f3b18 100755 --- a/README.md +++ b/README.md @@ -91,11 +91,16 @@ official protocols used as input data are included. 7. The parameter `-cn` is always followed by two arguments (Example: `-cn year lm_ns_year`). The first is used to specifie how the n-grams are counted. It can be set to "year", "mont_year", "speaker" or "speech". N-grams will then be count by year, speaker and so on. The second argument is a user specified string to identify from what kind of protocols the n-grams have been calculated. The string "lm_ns_year" for example describes that the input protocols have been lemmatized (lm) and contain no stop words (ns). The last part (year) specifies that the n-grams have been calculated by year. # Used packages and software -- js-beautify https://github.com/beautify-web/js-beautify +- js-beautify: https://github.com/beautify-web/js-beautify - Lielmanis, E.; Newman, L.; Stockman, D. & Sanfilippo, S. -- lxml +- lxml: https://github.com/lxml/lxml - Behnel, S.; Faassen, M.; Bicking, I.; Joukl, H.; Sapin, S.; Parent, M.-A.; Grisel, O.; Buchcik, K.; Wagner, F.; Kroymann, E.; Everitt, P.; Ng, V.; Kern, R.; Pakulat, A.; Sankel, D.; Kasperski, M.; da Silva, S. & Oberndörfer, P. -- Babel https://github.com/python-babel/babel +- Babel: https://github.com/python-babel/babel - Ronacher, A. -- +- tqdm: https://github.com/tqdm/tqdm + - Yorav-Raphael, N. +- spaCy: https://github.com/explosion/spaCy + - Explosion AI +- scikit-learn: https://github.com/scikit-learn/scikit-learn + - Mueller, A.