The semanticizest API is not stable and may change without notice.
Entity linker.
| Parameters: | fname : string
|
|---|
Methods
| all_candidates(s) | Retrieve all candidate entities. |
Retrieve all candidate entities.
| Parameters: | s : {string, iterable over string}
|
|---|---|
| Returns: | candidates : iterable over (int, int, string, float)
|
Generate bare n-grams from a list of strings.
See also
Generate n-grams with indices from a list of strings.
| Parameters: | lst : list-like of strings N : int, optional
Returns : —– : tuple (start, end, n-gram) :
|
|---|---|
| Raises: | TypeError :
ValueError :
|