Something
This commit is contained in:
parent
c2066d6adb
commit
fd467620a0
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Bag Of Words
|
||||
============
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
# thesis-anne
|
||||
|
||||
my python classes for text mining, machine learning models, …
|
||||
|
||||
# Requirements
|
||||
|
||||
## Installation under (UBUNTU?)
|
||||
|
||||
apt-get install XX
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
# -*- coding: utf-8 -*-
|
||||
'''
|
||||
Starter
|
||||
=============
|
||||
|
|
Loading…
Reference in New Issue