Find more posts tagged with
Sort by:
1 - 3 of
31
Hi @Kathi
Nice challenge !
Yes, it is possible. You have to duplicate your text processing using :
for the first : max length = 6
for the second : max length = 2
then Transpose the 2 resulting example sets
then use a Set Minus operator to keep only the attribute with 3< max length <6
finally (re)Transpose the final example set.
The process is in attached file.
Regards,
Lionel
Nice challenge !
Yes, it is possible. You have to duplicate your text processing using :
for the first : max length = 6
for the second : max length = 2
then Transpose the 2 resulting example sets
then use a Set Minus operator to keep only the attribute with 3< max length <6
finally (re)Transpose the final example set.
The process is in attached file.
Regards,
Lionel
Sort by:
1 - 1 of
11
Hi @Kathi
Nice challenge !
Yes, it is possible. You have to duplicate your text processing using :
for the first : max length = 6
for the second : max length = 2
then Transpose the 2 resulting example sets
then use a Set Minus operator to keep only the attribute with 3< max length <6
finally (re)Transpose the final example set.
The process is in attached file.
Regards,
Lionel
Nice challenge !
Yes, it is possible. You have to duplicate your text processing using :
for the first : max length = 6
for the second : max length = 2
then Transpose the 2 resulting example sets
then use a Set Minus operator to keep only the attribute with 3< max length <6
finally (re)Transpose the final example set.
The process is in attached file.
Regards,
Lionel
This will filter on all n-grams having at least 2 underscores, so matching 3 words or more