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
A visitor should be created to detect such cases and split them into multiple article-definition nodes. In the example given, the name of title XI is also modified and a title-definition should also be created.
The text was updated successfully, but these errors were encountered:
Yes, ForkEditVisitor (which btw is not used) but it operates on existing ref+def nodes. Here the case is a single quote in a single def node. The text content should be splitted, and probably ForkEditVisitor will be useful then.
In particular, check than the removed prefix "Art. {articleId}. -"
is the same than its container article-definition (if this one declared
the article name) and check that the dash in the articleId is the standard
dash (possibly the article-definition nodes could force their id to be a
standard dash).
Also the very last dash in "Art. {articleId}. -" can be any type of
dash between the 7 dashed defined in Unicode.
Also removed the multiline flag, because if there are multiple articles
defined in a single 'word' node, they should be splitted into independant
'article-definition'+'word' nodes (see #10).
For instance there are 3 articles and 1 title inserted together in http://www.assemblee-nationale.fr/15/textes/0911.asp#D_Article_14.
A visitor should be created to detect such cases and split them into multiple article-definition nodes. In the example given, the name of title XI is also modified and a title-definition should also be created.
The text was updated successfully, but these errors were encountered: