Description Usage Arguments Value Examples
Prepares and uploads NegEx negation lexicon. It is not absolutely required for CEDARS to function but in practice will improve search accuracy for most applications.
1 2 3 4 5 6 7 8 9 | negex_upload(
uri_fun,
user,
password,
host,
port,
database,
selected_model_path = NA
)
|
uri_fun |
Uniform resource identifier (URI) string generating function for MongoDB credentials. |
user |
MongoDB user name. |
password |
MongoDB user password. |
host |
MongoDB host server. |
port |
MongoDB port. |
database |
MongoDB database name. |
selected_model_path |
Path to NLP model file. |
Confirmation of upload.
1 2 3 4 5 | ## Not run:
negex_upload(uri_fun = mongo_uri_standard, user = 'John', password = 'db_password_1234',
host = 'server1234', port = NA, database = 'TEST_PROJECT', NA)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.