interhoogl.blogg.se

Freelancer mods in sp story
Freelancer mods in sp story













freelancer mods in sp story
  1. #FREELANCER MODS IN SP STORY INSTALL#
  2. #FREELANCER MODS IN SP STORY TV#
  3. #FREELANCER MODS IN SP STORY FREE#
  4. #FREELANCER MODS IN SP STORY WINDOWS#

Unless the dialog should only be shown when the limit is reached. Possibility 2: “Realtime Analysis” - here a dialog would be annoying, Possibly output in the console for copy/paste operations? Possibility 1: Call the script manually and display it as a dialog like in the mockup? What is the best way to realize this for you? Regarding a script, where I currently assume that this can be realized, I’m currently assuming that “Arabic, Belarusian”… is referring to A,B,…Īnd that all are ONLY lists of Spanish words. I would assume that the TOP 1K words are also included in the TOP 5K list, right? What I do not understand is why you need 5 “TOP” word lists? Ok, the goal is to keep the use of “not ordinary” words in the stories within a defined limit. So yeah, actually I could work with a plugin that ignores DSpellCheck, if that plugin contains the lists I’ve said in Looking for a freelancer to develop a plugin: Misspelled Word Counter: I keep the number of unique words outside each list at 2% or less, because that’s the top number of unknown words you can tolerate while reading and still be able to understand everything. This way I can write short stories for my students knowing that I’m focusing on common words instead of rare words. “Arabic” is the top 1K word forms in Spanish I chose dictionaries with the letters A, B, C, D and E for this purpose: To check in real time if I’m using a word outside a list, I downloaded some DSpellCheck dictionaries (Hunspell) and replaced the content of the. So I want to be able to write stories that contain no more than 2.0% of unique words outside a particular level, in 5 levels: (How I built this list is a good story… for another day).

#FREELANCER MODS IN SP STORY TV#

I compiled my own list of the top 5,000 word forms a student needs to know in order to watch Netflix TV shows from Latin America and Spain. I’m a Spanish tutor on italki and I write short stories for my students. I guess I should clarify what I’m trying to achieve. total number of words? This is the most important number of all. Maybe the script/plugin can also use the “copy all misspelling to clipboard” command, count the number of words in the clipboard and use that number to calculate the percentage of unique misspelled words vs. This number is actually the most important to me: The percentage of unique misspellings.

#FREELANCER MODS IN SP STORY WINDOWS#

I then open the Windows calculator and calculate the percentage of unique misspellings vs.I check how many lines the document has, or I just double-click on the status bar to pull up the summary and see how many words it has. This copies all unique misspellings to the clipboard, one per line. I go to DSpellCheck > Additional actions > Copy all misspelling to clipboard.

freelancer mods in sp story

Here’s how I do this calculation manually: (float(misspelled_unique) / total) if misspelled_unique else 0) (float(misspelled) / total) if misspelled else 0, (float(total-misspelled) / total) if misspelled else 1, # non-misspelled % Misspelled_unique = len(set(error_words)) If editor.indicatorValueAt(indicator_id, pos)] Words.append((editor.getTextRange(*span), span)) Indicator_id = 19 # used by DSpellChecker if I'm correct

#FREELANCER MODS IN SP STORY INSTALL#

Need to install PythonScript plugin, might look like this. If it is a mock, then a pythonscript solution, which means you I looked around but could not find the forum curious, it seems you already have a plugin that does this.Īt least the screenshot implies you have such a plugin. To the mods: Hi! Sorry if this is the wrong place for this.

freelancer mods in sp story

I look forward to finding someone to develop this! I’m a Spanish Tutor on italki and I write short stories for my students.

#FREELANCER MODS IN SP STORY FREE#

I’ve posted this project on :įeel free to PM me here or via Freelancer. If you can manage to show the “Unique misspelled words” information in real time, while I type, even better!! The plugin should be able to produce the following window after pressing a keyboard shortcut: The number of unique misspelled words, both as a number and as a percentage of the total number of words in the document.įor example, in this document, you can see that there are 3 misspelled words, but only 2 unique misspelled words:.

freelancer mods in sp story

  • The total number of misspelled words, both as a number and as a percentage of the total number of words in the document.
  • The total number of non-misspelled words.
  • The total number of words in the document.
  • I need a plugin for Notepad++ that tells me:















    Freelancer mods in sp story