Skip to content

Commit 3894ba6

Browse files
Ignore files
1 parent e48baa1 commit 3894ba6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.pyc
2+
.venv

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
> Powerful NLP microservice that turns obtained webpage text into actionable items
33
44
## Invocation
5-
This microservice is invoked by the NLP Backend API as `nlprouter.py [userId] [webpageText]`, where `userId` is the primary id of the user as stored on the system and `webpageText`, the actual HTML text that is obtained from the client that is then cleansed, filtered and parsed.
5+
This microservice is invoked by the NLP Backend API as `nlprouter.py {userId:string, webpageText:string}`, where `userId` is the primary id of the user as stored on the system and `webpageText`, the actual HTML text that is obtained from the client that is then cleansed, filtered and parsed.
66

77
When the microservice is invoked, an `NLPResultList` is returned, which is simply a JSON serialized list of objects that follow a certain schema. For more information on this schema, you can [visit the backend API documentation](https://github.com/OracleChrome/backend) for details.

0 commit comments

Comments
 (0)