Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
KoDuP-Germanistik
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Noah Bubenhofer
KoDuP-Germanistik
Commits
ac31e874
Commit
ac31e874
authored
1 year ago
by
Sonja Huber
Browse files
Options
Downloads
Patches
Plain Diff
update README.md: necessary downloads for Windows
parent
b273b4f2
No related branches found
Branches containing commit
No related tags found
1 merge request
!13
Top2Vec integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
4._Korpusanalyse/Topic_Modeling/top2vec/README.md
+13
-3
13 additions, 3 deletions
4._Korpusanalyse/Topic_Modeling/top2vec/README.md
with
13 additions
and
3 deletions
4._Korpusanalyse/Topic_Modeling/top2vec/README.md
+
13
−
3
View file @
ac31e874
...
...
@@ -11,7 +11,17 @@ Top2Vec kann mit pip installiert werden:
```
bash
`
pip
install
top2vec
`
```
um alle verschiedenen Varianten zu installieren noch folgende Befehle:
auf
**Windows**
sind möglicherweise noch folgende Installationen nötig, um top2vec zu installieren:
1.
python developer tools:
```
bash
py
-m
pip
install
python-dev-tools —user —upgrade
```
2.
VisualStudio build tools:
[
direkter Downloadlink
](
visualstuido.microsoft.com/thank-you-downloading-visual-studio/?sku=BuildTools&rel=16
)
um alle verschiedenen Varianten zu installieren, führe zudem folgende Befehle aus:
```
bash
pip
install
top2vec[sentence_encoders]
...
...
@@ -19,7 +29,7 @@ pip install top2vec[sentence_transformers]
pip
install
top2vec[indexing]
```
bzw auf Mac in doppelten Anführungszeichen:
bzw auf
**
Mac
**
in doppelten Anführungszeichen:
```
bash
pip3
install
"top2vec[sentence_encoders]"
...
...
@@ -84,4 +94,4 @@ pip install plotly
python3 top2vec_inspect_docs.py
```
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment