-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathproblems.txt
25 lines (17 loc) · 987 Bytes
/
problems.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
problems i've noticed:
british spellings are highly favoured to create blanks from.
FIXED years can be negative
FIXED years can be after 2011
if a number is repeated more than once in a sentence, once with BC and once with AD, then things explode
[16]
FIXED check out ww2 years, the last one generated. it's not a year. how can we filter these?
FIXED correct answer doesn't print whether it's AD or BC
in the pythonProgrammingLanguage file, references in the form of [digit] really mess up the sentence parsing syntax
need to put the words back in in their original capitalization
everything that's labelled as an adverb is also labelled as a verb because i'm an idiot [running it again right now]
with numbers like 100 million, it thinks in some cases that 100 is a year. see ww2.txt.
days of months are interpreeted as years
captialization will be difficult.
FIXED: beginning of sentence capitalization
qword is case sensitive =(
backreferences for the months vs years problem