Hey MakeItSo,
Your code helps me a lot.
But I have just one little question:
I want to select "position"
from
<n-gram position="1" frequency="387" probability="0.0077">x =</n-gram>
with
<xsl:value-of select="./position"/>
But it's not correct?
Do you know the solution for this one?
Kevin
I have the following XML code:
<n-grams-sorted analysis="N_GRAM_TOKEN2" range="Total Set" types="33459" tokens="50285">
<n-gram position="1" frequency="387" probability="0.0077">x =</n-gram>
<n-gram position="2" frequency="319" probability="0.00634">! =</n-gram>
<n-gram position="3"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.