We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ea46f commit 4425c54Copy full SHA for 4425c54
Cargo.toml
@@ -4,7 +4,7 @@ version = "0.2.0"
4
authors = ["Daniël de Kok <[email protected]>"]
5
6
[dependencies]
7
-conllx = "0.2"
+conllx = "0.3"
8
itertools = "0.4"
9
lazy_static = "0.2"
10
maplit = "0.1"
src/layer.rs
@@ -23,7 +23,7 @@ fn cpos(t: &Token) -> Option<&str> {
23
}
24
25
fn features(t: &Token) -> Option<&str> {
26
- t.features().as_ref().map(Features::as_str)
+ t.features().map(Features::as_str)
27
28
29
fn form(t: &Token) -> Option<&str> {
0 commit comments