drdhaval2785 / SanskritSorting

Codes written by Dr. Dhaval Patel for Sanskrit Natural Language Programming
2 stars 1 forks source link

Mark with # end of word (for suffix searching) #6

Closed gasyoun closed 9 years ago

gasyoun commented 9 years ago

As an option dhammilla cirilla villa -> dhammilla# cirilla# villa# Inspired by Ulrich.

I was thinking first about # at the end of every line, so I can search exactly for the end of a file as Ulrich has. But than I realized, that prayo-ga# -> /prayo-ga/ would be even better. “/” before and after gives me the chance to look after not only word beginning, but end as well. It was working in 6th version according to Google Docs, right?

drdhaval2785 commented 9 years ago

what about regexes with ^ -> start and $ - end. Do we really need the / before and / after for this purpose?

But maybe for notepad like thing you will need this feature.

  1. Keeping / / may alter the pratyaya boldening which you asked for. Or I will have to write a different code for that. The code may become less readable or modifiable. Is this modification that important ?
gasyoun commented 9 years ago

The search is needed for the final .pdf file. One can't use regex in adobe acrobat, so yes, I guess it's needed. It's not that important, but is. As now I can't use at it's full capabilities.

drdhaval2785 commented 9 years ago

Resolved in reverse19.php