You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/docs/dev.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,15 @@ Otherwise, it will have the additional fields:
37
37
38
38
If the method is w2v, it means the two texts were found to be similar. Otherwise, a BOW vector similarity check is performed in order to identify the most likely word that caused the texts to be found dissimilar.
39
39
40
+
## Initial SetUp
41
+
Follow Docker Image instructions and run
42
+
`docker build -t <image_name> .` in app/
43
+
44
+
Otherwise if setup locally:
45
+
1. create a venv
46
+
2. in the venv `pip install -r app/requirements.txt`
47
+
3. if errors encountered with nltk packages, follow `testing_nltk.py` instructions
48
+
40
49
## Examples
41
50
*List of example inputs and outputs for this function, each under a different sub-heading*
0 commit comments