You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result of the following curl command curl -X POST --header "Content-Type: text/n3" --header "Accept: text/n3" "http://api-dev.freme-project.eu/current/e-terminology/tilde?input=%3Cp%3EEnergy%20is%20a%20physics%20thing.%3C%2Fp%3E&informat=text%2Fhtml&outformat=text%2Fhtml&source-lang=en&target-lang=fr&mode=full"
is
<!DOCTYPE html>
<html><head></head><body><p><span its-term="yes">Energy</span> is a <span its-term="yes">physics</span> thing.</p></body></html>
It only tells us that the word 'Energy' is a term. However, this alone is not very useful. More information is returned when we ask for the result in text/n3.
The text was updated successfully, but these errors were encountered:
The result of the following curl command
curl -X POST --header "Content-Type: text/n3" --header "Accept: text/n3" "http://api-dev.freme-project.eu/current/e-terminology/tilde?input=%3Cp%3EEnergy%20is%20a%20physics%20thing.%3C%2Fp%3E&informat=text%2Fhtml&outformat=text%2Fhtml&source-lang=en&target-lang=fr&mode=full"
is
It only tells us that the word 'Energy' is a term. However, this alone is not very useful. More information is returned when we ask for the result in
text/n3
.The text was updated successfully, but these errors were encountered: