Questions tagged [cluto]
7 questions
1
vote
0 answers
Can i use CLUTO package from C#?
I am wondering whether there are some C#-specific builds of CLUTO package for using its APIs directly from C# project.
As i understand, you need to include ".h" file, provided with the package, to make it work.
That's a problem.
Edit: adding…

Илья Толстихин
- 11
- 1
1
vote
1 answer
Clustering words by using numpy and nltk or CLUTO in Python programming
I am trying to clustering some words.
Some part of my data is as below (it's just example).
cat dog horse ostrich
cat 8 2.3 3.4 4.7
dog 7 8 3 2.4
horse 3.4 2.5 8 1.5
ostrich 3.4 3.2 4.4 8
The bigger number means that the…

GoodGJ
- 339
- 1
- 4
- 17
1
vote
1 answer
Cluto sparse matrix clustering
I downloaded cluto and I want to send a text file includes sparse data as input and want to get the output of clustered data. For example:
4 3 9
1 0.4 2 0.4
1 0.4 2 0.4
2 1.2 3 1.2
1 0.4 2 0.4 3 0.4
is my input and ı want to get the…

JoshuaJeanThree
- 1,382
- 2
- 22
- 41
1
vote
1 answer
can I use cluto and carrot2 tools to cluster tweets into groups?
Can I use cluto and carrot2 tool to cluster tweets into groups?
And last question is carrot2 and cluto language independent NLP tools?

user1788810
- 11
- 2
0
votes
1 answer
Cluto like library for Python
I like Cluto as a data clustering software a lot. But its library binding is available only in C.
Is there any python library which is similar to Cluto?

Xolve
- 22,298
- 21
- 77
- 125
0
votes
1 answer
Data pre-processing for input data when clustering with CLUTO
I am trying to clustering some words based on their similarities(between two words)
Some part of my data is as below (it's just example "animal.txt", it's similar with adjacency matrix).
cat dog horse ostrich
cat 5 4 3 2
dog 4 5 …

GoodGJ
- 339
- 1
- 4
- 17
0
votes
1 answer
CLUTO Document Term Matrix to tm DocumentTermMatrix
I have a document term matrix in cluto format:
#Document #Term #TotalItem
term-x weight-x term-y weight-y (for only nonzeros terms, a row per document)
Instead of a corpus, I want to create DocumentTermMatrix(tm package) from this file, is this…

metdos
- 13,411
- 17
- 77
- 120