Repository: incubator-hivemall Updated Branches: refs/heads/master c53dbdfa4 -> e9bf93015
Added missing license header Project: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/commit/e9bf9301 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/tree/e9bf9301 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hivemall/diff/e9bf9301 Branch: refs/heads/master Commit: e9bf9301504bb24e1632e287307c39da32ede31e Parents: c53dbdf Author: Makoto Yui <[email protected]> Authored: Sat Nov 3 16:54:04 2018 +0900 Committer: Makoto Yui <[email protected]> Committed: Sat Nov 3 16:54:04 2018 +0900 ---------------------------------------------------------------------- docs/gitbook/ft_engineering/term_vector.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hivemall/blob/e9bf9301/docs/gitbook/ft_engineering/term_vector.md ---------------------------------------------------------------------- diff --git a/docs/gitbook/ft_engineering/term_vector.md b/docs/gitbook/ft_engineering/term_vector.md index ff8c61f..d27ce3a 100644 --- a/docs/gitbook/ft_engineering/term_vector.md +++ b/docs/gitbook/ft_engineering/term_vector.md @@ -1,3 +1,22 @@ +<!-- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + Term vector model or [Vector space model](https://en.wikipedia.org/wiki/Vector_space_model) is an algebraic model for representing text documents (and any objects, in general) as vectors of identifiers. It is used in information filtering, information retrieval, relevancy rankings, and machine learning.
