You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Julien Nioche (JIRA)" <ji...@apache.org> on 2010/02/16 11:13:27 UTC

[jira] Commented: (NUTCH-794) Tika parser does identify lang attributes on html tag

    [ https://issues.apache.org/jira/browse/NUTCH-794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834143#action_12834143 ] 

Julien Nioche commented on NUTCH-794:
-------------------------------------

Apart from the html attribute being lost (see above) there is also an issue with  the fact that Tika does not put the lang attributes in its XHTML representation but stores that in the metadata instead. 
I will shortly release a patch to address that in the class HTMLLanguageParser

> Tika parser does identify lang attributes on html tag
> -----------------------------------------------------
>
>                 Key: NUTCH-794
>                 URL: https://issues.apache.org/jira/browse/NUTCH-794
>             Project: Nutch
>          Issue Type: Bug
>            Reporter: Julien Nioche
>            Assignee: Julien Nioche
>             Fix For: 1.1
>
>
> The following HTML document : 
> <html lang="fi"><head>document 1 title</head><body>jotain suomeksi</body></html>
> is rendered as the following xhtml by Tika : 
> <?xml version="1.0" encoding="UTF-8"?><html xmlns="http://www.w3.org/1999/xhtml"><head><title/></head><body>document 1 titlejotain suomeksi</body></html>
> with the lang attribute getting lost.  The lang is not stored in the metadata either.
> I will open an issue on Tika and modify TestHTMLLanguageParser so that the tests don't break anymore 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.