class documentation
class BabelAPIType(Enum):
Type of BabelNet API.
| Constant | OFFLINE |
Fully offline, with all indices on the machine. |
| Constant | ONLINE |
Fully online, with no indices on the machine. |
| Constant | RPC |
Fully offline, with all indices on the machine and index APIs accessible via RPC |
| Property | type |
Return the corresponding type of API. |
| Method | __repr__ |
Undocumented |
| Method | __str__ |
Undocumented |
RPC:
str =
Fully offline, with all indices on the machine and index APIs accessible via RPC
| Value |
|