finalfrontier 0.9.4

Train/use word embeddings with subword units
Documentation
1
2
3
4
5
6
7
all: finalfrontier.1 finalfrontier-skipgram.1 finalfrontier-deps.1

clean:
	rm -f *.1 *.5

%: %.md
	pandoc -s -w man -o $@ $<