mirror of
https://github.com/marvinscham/masterthesis-playground.git
synced 2025-12-07 02:30:50 +01:00
Compare commits
3 Commits
1ef5cc654c
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
bfff8f7d96
|
|||
|
3e5669d213
|
|||
|
a9343cd79b
|
1
.gitignore
vendored
1
.gitignore
vendored
@@ -3,3 +3,4 @@
|
||||
__pycache__/
|
||||
**.bertopic
|
||||
history*.json
|
||||
model.pkl
|
||||
|
||||
208828
bertopic.ipynb
208828
bertopic.ipynb
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
118440
bertopic_lowprep.ipynb
Normal file
118440
bertopic_lowprep.ipynb
Normal file
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1207,11 +1207,11 @@
|
||||
"topics": [
|
||||
{
|
||||
"topic_id": 2,
|
||||
"probability": 0.56
|
||||
"probability": 0.55
|
||||
}
|
||||
],
|
||||
"dominant_topic": 2,
|
||||
"dominant_probability": 0.56
|
||||
"dominant_probability": 0.55
|
||||
},
|
||||
{
|
||||
"document_id": 93,
|
||||
@@ -122923,11 +122923,11 @@
|
||||
},
|
||||
{
|
||||
"topic_id": 2,
|
||||
"probability": 0.41
|
||||
"probability": 0.4
|
||||
}
|
||||
],
|
||||
"dominant_topic": 2,
|
||||
"dominant_probability": 0.41
|
||||
"dominant_probability": 0.4
|
||||
},
|
||||
{
|
||||
"document_id": 9489,
|
||||
@@ -216167,11 +216167,11 @@
|
||||
},
|
||||
{
|
||||
"topic_id": 2,
|
||||
"probability": 0.5
|
||||
"probability": 0.51
|
||||
}
|
||||
],
|
||||
"dominant_topic": 2,
|
||||
"dominant_probability": 0.5
|
||||
"dominant_probability": 0.51
|
||||
},
|
||||
{
|
||||
"document_id": 16639,
|
||||
@@ -238519,11 +238519,11 @@
|
||||
"topics": [
|
||||
{
|
||||
"topic_id": 2,
|
||||
"probability": 0.6
|
||||
"probability": 0.61
|
||||
}
|
||||
],
|
||||
"dominant_topic": 2,
|
||||
"dominant_probability": 0.6
|
||||
"dominant_probability": 0.61
|
||||
},
|
||||
{
|
||||
"document_id": 18375,
|
||||
@@ -383083,11 +383083,11 @@
|
||||
"topics": [
|
||||
{
|
||||
"topic_id": 0,
|
||||
"probability": 0.54
|
||||
"probability": 0.55
|
||||
}
|
||||
],
|
||||
"dominant_topic": 0,
|
||||
"dominant_probability": 0.54
|
||||
"dominant_probability": 0.55
|
||||
},
|
||||
{
|
||||
"document_id": 29573,
|
||||
@@ -446754,7 +446754,7 @@
|
||||
"probability": 0.37
|
||||
}
|
||||
],
|
||||
"dominant_topic": 0,
|
||||
"dominant_topic": 2,
|
||||
"dominant_probability": 0.37
|
||||
},
|
||||
{
|
||||
@@ -544884,6 +544884,10 @@
|
||||
{
|
||||
"topic_id": 0,
|
||||
"probability": 0.38
|
||||
},
|
||||
{
|
||||
"topic_id": 1,
|
||||
"probability": 0.35
|
||||
}
|
||||
],
|
||||
"dominant_topic": 0,
|
||||
@@ -596780,10 +596784,6 @@
|
||||
{
|
||||
"topic_id": 0,
|
||||
"probability": 0.43
|
||||
},
|
||||
{
|
||||
"topic_id": 2,
|
||||
"probability": 0.35
|
||||
}
|
||||
],
|
||||
"dominant_topic": 0,
|
||||
@@ -672275,11 +672275,11 @@
|
||||
"topics": [
|
||||
{
|
||||
"topic_id": 2,
|
||||
"probability": 0.42
|
||||
"probability": 0.41
|
||||
}
|
||||
],
|
||||
"dominant_topic": 2,
|
||||
"dominant_probability": 0.42
|
||||
"dominant_probability": 0.41
|
||||
},
|
||||
{
|
||||
"document_id": 52182,
|
||||
|
||||
BIN
processed_texts_lowprep.pkl
Normal file
BIN
processed_texts_lowprep.pkl
Normal file
Binary file not shown.
BIN
processed_texts_top2vec.pkl
Normal file
BIN
processed_texts_top2vec.pkl
Normal file
Binary file not shown.
1589
top2vec.ipynb
Normal file
1589
top2vec.ipynb
Normal file
File diff suppressed because it is too large
Load Diff
BIN
top2vec/corpus.pkl
Normal file
BIN
top2vec/corpus.pkl
Normal file
Binary file not shown.
BIN
top2vec/dictionary.pkl
Normal file
BIN
top2vec/dictionary.pkl
Normal file
Binary file not shown.
BIN
top2vec/tokens.pkl
Normal file
BIN
top2vec/tokens.pkl
Normal file
Binary file not shown.
Reference in New Issue
Block a user