added assignment text

main
Inga 🏳‍🌈 4 months ago
parent 10644f85a5
commit ad0940badb
  1. 30
      README.md

@ -1,2 +1,30 @@
# test-assignment-overleaf
---
gitea: none
include_toc: true
---
## Assignment
Brief: Make a spell checker for BASIC English
Time allowed: 1 hour (outside of the interview time)
Background: British American Scientific International Commercial (BASIC) English is a constructed language. It has 850 English words, carefully chosen to make the language easy to learn but still powerful enough to communicate everyday ideas and actions. The rules of usage are identical to full English, so the speaker communicates in perfectly good, but simple, English.
It is an interesting exercise to try to write out a complicated idea in simple English (e.g. https://xkcd.com/1133), and a spell checker that tells you when you are using BASIC English would be a useful tool.
Objectives: The main objective is to make something that works in the time you have (~1h pre-interview). In the interview, we’ll then discuss your approach, in terms of both UX and implementation, and ask you to extend your prototype in some way. There are no right or wrong answers. Here are some examples of discussion questions:
1. What should the user experience be like? What are people expecting or used to? How did you scope your solution given the time constraint?
2. You don’t have to worry too much about efficiency when there are only a few thousand words, but efficiency is more important for real languages. How would you make it faster and / or require less memory?
Resources:
More about BE:
https://simple.wikipedia.org/wiki/Basic_English
The basic word list:
https://simple.wikipedia.org/wiki/Wikipedia:BASIC_English_alphabetical_wordlist
Combined word list (includes some compound words):
https://simple.wikipedia.org/wiki/Wikipedia:Basic_English_combined_wordlist
Loading…
Cancel
Save