Something

This commit is contained in:
Julian M. Kunkel 2018-09-14 17:44:10 +01:00
parent c2066d6adb
commit fd467620a0
3 changed files with 71 additions and 61 deletions

View File

@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
'''
Bag Of Words
============

View File

@ -1,3 +1,9 @@
# thesis-anne
my python classes for text mining, machine learning models, …
# Requirements
## Installation under (UBUNTU?)
apt-get install XX

2
Starter.py Normal file → Executable file
View File

@ -1,3 +1,5 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
'''
Starter
=============