From b2572f6fa6dbe9e810cbdfcc96f50f04b2fc139c Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 12 May 2013 18:29:42 +0100 Subject: Add README, make things a bit more general --- BUGS | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'BUGS') diff --git a/BUGS b/BUGS index 01a1916..1426aab 100644 --- a/BUGS +++ b/BUGS @@ -1,5 +1,9 @@ -Noun, adj / verb (and similar prob) markings after headword are searched against in the index. so searching for "A" or "n" are impossible as they return all adjectives / nouns. +There is a bug causing some words to not be included at all. Cowboy and chicken are examples. -Search results are not returned in order. May be a limitation of the dict protocol. +Word type (noun, adj, verb, etc.) markings after headword are included in the index, so searching for e.g. "A" or "n" is impossible as it returns all adjectives or nouns. -See TODO notes in scripts +Many of the IPA and other non-ascii symbols aren't yet converted to unicode, and are just discarded. Many (but not all) of these symbols are documented in files in Help/ from the original CDs. + +Search results are not necessarily returned in order. This is probably unavoidable with the dict protocol. + +grep TODO symbols *sed *awk Makefile -- cgit v1.2.3