Browse Source

add readme

Nikos Atlas 2 years ago
parent
commit
e8b56ba3c2
4 changed files with 13 additions and 3 deletions
  1. 10 0
      README.md
  2. 2 2
      requirements.txt
  3. 1 1
      src/playground.py
  4. 0 0
      src/types.py

+ 10 - 0
README.md

@@ -0,0 +1,10 @@
+## Installation
+
+- make a virtualenv 
+- pip install
+
+Download the relevant network  
+```
+python -m spacy download en_core_web_trf
+```
+

+ 2 - 2
requirements.txt

@@ -1,4 +1,4 @@
+py==1.11.0
+pytest==6.2.5
 setuptools==60.5.0
 spacy==3.2.1
-
-# python -m spacy download en_core_web_trf

+ 1 - 1
src/playground.py

@@ -11,4 +11,4 @@ def test_something(text):
 
 
 # test_something('Regex for redacted phone numbers with extra info for Baan-kaidee (TO BE REMOVED).')
-test_something('makes a good correct number')
+test_something('makes for mobile phones a diagonal number')

+ 0 - 0
src/types.py