Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

e-Terminology: incomplete results in HTML #168

Open
pheyvaer opened this issue Feb 22, 2016 · 1 comment
Open

e-Terminology: incomplete results in HTML #168

pheyvaer opened this issue Feb 22, 2016 · 1 comment

Comments

@pheyvaer
Copy link
Contributor

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.

@andish
Copy link
Contributor

andish commented Feb 22, 2016

This is not related to e-Terminology, but for HTML rountriping.
#137 there is already similar issue. Is this duplicate?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants