FactEngineCommunity / Boston-NL-API-Client

0 stars 0 forks source link

FEKL Uploader: loading acronyms as entity types #4

Open urieli opened 1 year ago

urieli commented 1 year ago

Boston v6.5.4.0

If I try the following FEKL statements, all result in a syntax error:

AB IS AN ENTITY TYPE
ABC IS AN ENTITY TYPE
ABCD IS AN ENTITY TYPE
ABCDE IS AN ENTITY TYPE

How does one load acronyms?

Would it be possible to enclose them in double quotes, so as to indicate to FEKL that this is not a keyword? e.g.

"AB" IS AN ENTITY TYPE
FactEngineCommunity commented 1 year ago

Thank you, I've updated Boston Online at FactEngine, and you can now write either 'ABC' or ABC for an Object Type's name. NB The new code/parser should work for any of the FEKL statements we are using.