A factor oracle is a data structure for weak factor recognition. It is an automatonbuilt on a string p of length m that is acyclic, recognizes at least all factors of p, has m +1 states which are all final, and has m to 2m -1 transitions. In this paper, we give two alternative algorithms for its construction and prove the constructed automata to be equivalent to the automata constructed by the algorithms in a paper by Allauzen et al. Although these new algorithms are practically inefficient compared to the O(m) algorithm given there, they give more insight into factor oracles. Our first algorithm constructs a factor oracle based on the suffixes of p in a way that is more intuitive. Some of the crucial properties of factor oracles, which in ...