Giter VIP home page Giter VIP logo

neosearch's People

Contributors

jschnarr avatar

Watchers

 avatar

Forkers

stevedavid-us

neosearch's Issues

enclitics

Original report by Anonymous.


It appears to me that when //-que// is added to the end of a word, that word is not found in a search. For instance, a search for //aspcio// does not return the //aspiciasque// in AC 8871:2. I looked at a few other examples but not many, and I did not look for other enclitics, like //-ne//, but I bet it's true for all enclitics. Understandably.

Fix Participle-Any Search

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


Again in the Participles search parameter (under Grammar/Substantives), when you do a Participle-Any search on a verb, you ought to get just participles—maybe gerundives, but not finite verbs. Instead you get all forms of the verb. For instance, if you do a Grammar/Verb search on do, you get 7314 hits. If you do a Grammar/Substantive/Participle-Any search on do, you again get 7314 hits.

Fix Participles Search Parameter Choices

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


In the Participles search parameter (under Grammar/Substantives), the choices could be listed in logical order:

Participle — Any
Present Active
Present Active — Comparative
Present Active — Superlative
Perfect Passive
Perfect Passive — Comparative
Perfect Passive — Superlative
Future Active
Adverb or Adjective — Comparative
Adverb or Adjective — Superlative
Gerundive

Note that in the above relisting several of the existing categories have been deleted:

Perfect Active (It just returns perfect verbs.)
Present (It just returns present verbs.)
Substantive (It returns nothing.)

Fix repeated searches

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


The program should be set so that the window either entirely refreshes when it is reused (currently, old results remain visible during new searches) or so that it is not possible to do a second search in the same window. As Josh has remarked, “Removing a search term doesn’t always remove it from the search properly.”

Multiple window interactions

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


Remember this little anomaly? I finally figured it out! Or rather stumbled onto it again. Open two windows, set the grammar in one of them to either Substantive or Verb without entering a search string, and then do a search in the other window - or even just set one of the parameters for a grammar search there. The reason it slows the program down so badly is that the window that's acting as a direct browser reselects every single word in the corpus every time you do anything with the other window.

search results linger

Original report by Anonymous.


Issue raised by Stuart Shotwell; reported by Lisa Hyatt Cooper:

If you initiate a new search after you have already searched for something, the results from the last search stay posted even if the new search fails.

Fix Participles Search Parameter Choices

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


In the Participles search parameter (under Grammar/Substantives), the choices could be listed in logical order:

Participle — Any
Present Active
Present Active — Comparative
Present Active — Superlative
Perfect Passive
Perfect Passive — Comparative
Perfect Passive — Superlative
Future Active
Adverb or Adjective — Comparative
Adverb or Adjective — Superlative
Gerundive

Note that in the above relisting several of the existing categories have been deleted:

Perfect Active (It just returns perfect verbs.)
Present (It just returns present verbs.)
Substantive (It returns nothing.)

*vixi* assigned to *vinco*; *vici* unrecognized

Original report by Anonymous.


If you do a search for vinco, the results include forms of vixi, which is the perfect of vivo, but do not include forms of vici, which is the real perfect of vinco. The program doesn't recognize forms of vici at all. How the mighty have fallen; Caesar can no longer conquer.

Make column resize stick

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


Making this adjustment: The resizability of the windows and the columns within them is great, but it would be nice if, after one does resize the columns, they would stay where one set them as one clicks from volume to volume or section to section. But this is likely determined by the OS and is not easily addressable.

search failures

Original report by Anonymous.


Issue raised by Stuart Shotwell; reported by Lisa Hyatt Cooper:

I seem to search for things that just don't yield results! For example, search for turba as a nonverb; the search fails. If you search for it as a text string (turba, turbae, etc.), you do get results.

(LHC here. The original NeoSearch would identify the reason for these failures, such as Dictionary Entry Not Found, or External Ambiguity. I think a major reason for may of these problems is that the underlying program has left some legitimate forms out of its dictionary.)

Phantom externally ambiguous errors

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


This is a riot! Earlier today I did a search for mutuo. I don't think it was a grammar search, but whatever. EVERY search I've done since, I've gotten a message saying that mutuo is externally ambiguous and currently unsupported with a grammar search. When I close that message, the program dutifully gives me whatever I'm asking for. Even though I keep opening new windows, I still get the error message.

Crash clicking on DLW 343

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


One of the things that causes crashes is clicking on a section number that's listed but doesn't actually contain the search term. An example is searching for viscerul* and clicking on DLW 343. There's no viscerul* in 343, but there's a viscerulis in 342. The problem is that section 343 is misnumbered in the database as 343 and is included with 341. (The old NeoSearch displays 343 but highlights a string of letters that do not represent the search term. When you click on "direct previous" you get an error message, and when you click on it again you get the combined 341-342, which contains the term, but not highlighted.) Since this is a problem with the database, it may not be something you want to deal with or even can.

ponere + tempus: too few hits

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


Searching for ponere (active) + tempus (accusative singular): If you set ponere and then enter tempus and select one grammatical parameter, the program immediately gives you a list of hits. If you then select a second parameter and hit enter, you get way too small a list of hits. When you actually try to look at the hits, the program crashes.

add adverbs

Original report by Anonymous.


NeoSearch1 allowed searches for comparative and superlative adverbs but not for just plain adverbs. Surely the database identifies adverbs as such (especially when they're not just the neuter singular of an adjective). It would be nice to be able to search for adverbs as a grammatical category. I just wanted to see whether ita ever modifies other adverbs, and that would be the way to do it. But this is the first time I remember ever wanting to do it, however many years after I first started using NeoSearch. (Lisa)

Make new Comparison category (from Participles)

Original report by Joshua Schnarr (Bitbucket: 557058:20e9caf7-25df-418b-b853-62a4e57f5154, GitHub: jschnarr).


A question for further consideration here: Should the search for comparatives and superlatives of participles, adjectives, and adverbs perhaps be moved into a category of its own (Comparison), instead of being included under Participles? A new user wouldn’t know the option existed where it does, since comparison is a grammatical category that is not a subset of participles. And perhaps the Participles option should then be labeled Verbals, since it includes gerundives. This would be cleaner, as adverbs and adjectives (compared or not) are not participles.

Online NeoSearch: form does not reset

Original report by Anonymous.


I want to start here by saying that this is the first issue added after the online version of NeoSearch was created. Issue raised by Stuart Shotwell; reported by Lisa Hyatt Cooper.

One problem I have always had with these iterations is that the form doesn't reset properly. I often have to completely reload the website in order to begin another search, especially if I try to search in more than one parameter.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.