开发者

Open Source Library for Linguistic Inquiry and Word Count (LIWC) [closed]

开发者 https://www.devze.com 2022-12-24 09:41 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is开发者_StackOverflow not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is开发者_StackOverflow not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 7 years ago.

Improve this question

I am looking for an open source library for Linguistic Inquiry and Word Count (LIWC). Something in java or python will be good, though I am open to use other language.

Does anyone know where I can get one ?

Cheers,


As ealdent points out, LIWC is both software and a data set. The data set is proprietary so there is no open-source version of that. For the software side, TAWC is a useful open source Perl version. From the comments:

This is a semi-complicated script adapted from the one used in my CHI papers. The task of this script is to read in regular expressions from a dictionary (or if they're not REs, to make them into REs), which must be backwards-compatible with the LIWC software set (c.f. http://www.liwc.net). It then counts the number of matches for the RE in a single input row / user, and outputs it for that row / user.

You could then buy LIWClite which is less than half the cost of LIWC. You can also use TAWC with your own dictionaries for free.


You may find the Natural Language Toolkit (NLTK) for Python useful: http://www.nltk.org/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号